#564EAD

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

Shades of Rich Blue #564EAD

Tints of Rich Blue #564EAD

Color information

#564EAD (or 0x564EAD) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and AD. RGB value is (86,78,173). Sum of RGB (Red+Green+Blue) = 86+78+173=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #564EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564EAD is #A9B152. Grayscale: #5A5A5A. Windows color (decimal): -11120979 or 11357782. OLE color: 11357782.

HSL color Cylindrical-coordinate representation of color #564EAD: hue angle of 245.05º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564EAD is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8678173-
CMYK0.500.5500.32
HSL245.05º37.85%49.22%-
HSV(B)245.05º54.91%67.84%-
XYZ14.110.4440.81-
YUV91.22174.15124.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=25.52%
G=23.15%
B=51.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86781730.500.5500.32245.0537.8549.22
Hex564EAD3237020f52631
Octal12611625562670403654661
Binary1010110100111010101101110010110111010000011110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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