#564EAE

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

Shades of Rich Blue #564EAE

Tints of Rich Blue #564EAE

Color information

#564EAE (or 0x564EAE) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and AE. RGB value is (86,78,174). Sum of RGB (Red+Green+Blue) = 86+78+174=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #564EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564EAE is #A9B151. Grayscale: #5A5A5A. Windows color (decimal): -11120978 or 11423318. OLE color: 11423318.

HSL color Cylindrical-coordinate representation of color #564EAE: hue angle of 245º 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 #564EAE is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8678174-
CMYK0.510.5500.32
HSL245º38.1%49.41%-
HSV(B)245º55.17%68.24%-
XYZ14.210.4841.32-
YUV91.34174.65124.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=25.44%
G=23.08%
B=51.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86781740.510.5500.3224538.149.41
Hex564EAE3337020f52631
Octal12611625663670403654661
Binary1010110100111010101110110011110111010000011110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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