#5A6BBF

Color #5A6BBF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5A6BBF

Tints of Chetwode Blue #5A6BBF

Color information

#5A6BBF (or 0x5A6BBF) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6B and BF. RGB value is (90,107,191). Sum of RGB (Red+Green+Blue) = 90+107+191=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A6BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6BBF is #A59440. Grayscale: #6F6F6F. Windows color (decimal): -10851393 or 12544858. OLE color: 12544858.

HSL color Cylindrical-coordinate representation of color #5A6BBF: hue angle of 229.9º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A6BBF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90107191-
CMYK0.530.4400.25
HSL229.9º44.1%55.1%-
HSV(B)229.9º52.88%74.9%-
XYZ18.8816.4551.47-
YUV111.49172.87112.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 23.20%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 191 (75% from 255) = 49.23%
R=23.20%
G=27.58%
B=49.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901071910.530.4400.25229.944.155.1
Hex5A6BBF352C019e62c37
Octal13215327765540313465467
Binary101101011010111011111111010110110001100111100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6BBF; }

 p { color: rgb(90,107,191); }

 H1.HeaderClassName
 {
   color: #5A6BBF;
 }
 .AnyTagClassName
 {
   color: #5A6BBF;
 }
</style>
background-color css

<style>
 a { background-color: #5A6BBF; }

 a { background-color: rgb(90,107,191); }

 div.DivClassName
 {
   background-color: #5A6BBF;
 }
 .BgClassName
 {
   background-color: #5A6BBF;
 }
</style>
border-color css

<style>
 span { border-color: #5A6BBF; }

 span { border-color: rgb(90,107,191); }

 td.TdClassName
 {
   border-color: #5A6BBF;
 }
 .TagClassName
 {
   border-color: #5A6BBF;
 }
</style>