#564EAA

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

Shades of Rich Blue #564EAA

Tints of Rich Blue #564EAA

Color information

#564EAA (or 0x564EAA) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and AA. RGB value is (86,78,170). Sum of RGB (Red+Green+Blue) = 86+78+170=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #564EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564EAA is #A9B155. Grayscale: #5A5A5A. Windows color (decimal): -11120982 or 11161174. OLE color: 11161174.

HSL color Cylindrical-coordinate representation of color #564EAA: hue angle of 245.22º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #564EAA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8678170-
CMYK0.490.5400.33
HSL245.22º37.1%48.63%-
HSV(B)245.22º54.12%66.67%-
XYZ13.8210.3339.3-
YUV90.88172.65124.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=25.75%
G=23.35%
B=50.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86781700.490.5400.33245.2237.148.63
Hex564EAA3136021f52531
Octal12611625261660413654561
Binary1010110100111010101010110001110110010000111110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564EAA; }

 p { color: rgb(86,78,170); }

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

<style>
 a { background-color: #564EAA; }

 a { background-color: rgb(86,78,170); }

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

<style>
 span { border-color: #564EAA; }

 span { border-color: rgb(86,78,170); }

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