#564EC0

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

Shades of Rich Blue #564EC0

Tints of Rich Blue #564EC0

Color information

#564EC0 (or 0x564EC0) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and C0. RGB value is (86,78,192). Sum of RGB (Red+Green+Blue) = 86+78+192=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #564EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EC0 is #A9B13F. Grayscale: #5C5C5C. Windows color (decimal): -11120960 or 12602966. OLE color: 12602966.

HSL color Cylindrical-coordinate representation of color #564EC0: hue angle of 244.21º degrees, saturation: 0.47, 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 #564EC0 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8678192-
CMYK0.550.5900.25
HSL244.21º47.5%52.94%-
HSV(B)244.21º59.38%75.29%-
XYZ16.0811.2351.19-
YUV93.39183.65122.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 192 (75.39% from 255) = 53.93%
R=24.16%
G=21.91%
B=53.93%

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
Decimal86781920.550.5900.25244.2147.552.94
Hex564EC0373B019f43035
Octal12611630067730313646065
Binary101011010011101100000011011111101101100111110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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