#5664AB

Color #5664AB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5664AB

Tints of Rich Blue #5664AB

Color information

#5664AB (or 0x5664AB) is unknown color: approx Rich Blue. HEX triplet: 56, 64 and AB. RGB value is (86,100,171). Sum of RGB (Red+Green+Blue) = 86+100+171=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #5664AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5664AB is #A99B54. Grayscale: #676767. Windows color (decimal): -11115349 or 11232342. OLE color: 11232342.

HSL color Cylindrical-coordinate representation of color #5664AB: hue angle of 230.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5664AB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86100171-
CMYK0.500.4200.33
HSL230.12º33.6%50.39%-
HSV(B)230.12º49.71%67.06%-
XYZ15.7514.0340.41-
YUV103.91165.86115.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=24.09%
G=28.01%
B=47.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861001710.500.4200.33230.1233.650.39
Hex5664AB322A021e62232
Octal12614425362520413464262
Binary1010110110010010101011110010101010010000111100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5664AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5664AB; }

 p { color: rgb(86,100,171); }

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

<style>
 a { background-color: #5664AB; }

 a { background-color: rgb(86,100,171); }

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

<style>
 span { border-color: #5664AB; }

 span { border-color: rgb(86,100,171); }

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