#564EAB

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

Shades of Rich Blue #564EAB

Tints of Rich Blue #564EAB

Color information

#564EAB (or 0x564EAB) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and AB. RGB value is (86,78,171). Sum of RGB (Red+Green+Blue) = 86+78+171=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #564EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564EAB is #A9B154. Grayscale: #5A5A5A. Windows color (decimal): -11120981 or 11226710. OLE color: 11226710.

HSL color Cylindrical-coordinate representation of color #564EAB: hue angle of 245.16º 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 #564EAB is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8678171-
CMYK0.500.5400.33
HSL245.16º37.35%48.82%-
HSV(B)245.16º54.39%67.06%-
XYZ13.9110.3739.8-
YUV90.99173.15124.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=25.67%
G=23.28%
B=51.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86781710.500.5400.33245.1637.3548.82
Hex564EAB3236021f52531
Octal12611625362660413654561
Binary1010110100111010101011110010110110010000111110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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