#564EBE

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

Shades of Rich Blue #564EBE

Tints of Rich Blue #564EBE

Color information

#564EBE (or 0x564EBE) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and BE. RGB value is (86,78,190). Sum of RGB (Red+Green+Blue) = 86+78+190=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #564EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EBE is #A9B141. Grayscale: #5C5C5C. Windows color (decimal): -11120962 or 12471894. OLE color: 12471894.

HSL color Cylindrical-coordinate representation of color #564EBE: hue angle of 244.29º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564EBE is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8678190-
CMYK0.550.5900.25
HSL244.29º46.28%52.55%-
HSV(B)244.29º58.95%74.51%-
XYZ15.8611.1450.03-
YUV93.16182.65122.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=24.29%
G=22.03%
B=53.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86781900.550.5900.25244.2946.2852.55
Hex564EBE373B019f42e35
Octal12611627667730313645665
Binary101011010011101011111011011111101101100111110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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