#564EC1

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

Shades of Rich Blue #564EC1

Tints of Rich Blue #564EC1

Color information

#564EC1 (or 0x564EC1) is unknown color: approx Rich Blue. HEX triplet: 56, 4E and C1. RGB value is (86,78,193). Sum of RGB (Red+Green+Blue) = 86+78+193=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #564EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EC1 is #A9B13E. Grayscale: #5D5D5D. Windows color (decimal): -11120959 or 12668502. OLE color: 12668502.

HSL color Cylindrical-coordinate representation of color #564EC1: hue angle of 244.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564EC1 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8678193-
CMYK0.550.6000.24
HSL244.17º48.12%53.14%-
HSV(B)244.17º59.59%75.69%-
XYZ16.1911.2851.78-
YUV93.5184.15122.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=24.09%
G=21.85%
B=54.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86781930.550.6000.24244.1748.1253.14
Hex564EC1373C018f43035
Octal12611630167740303646065
Binary101011010011101100000111011111110001100011110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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