#564BC4

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

Shades of Slate Blue #564BC4

Tints of Slate Blue #564BC4

Color information

#564BC4 (or 0x564BC4) is unknown color: approx Slate Blue. HEX triplet: 56, 4B and C4. RGB value is (86,75,196). Sum of RGB (Red+Green+Blue) = 86+75+196=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #564BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BC4 is #A9B43B. Grayscale: #5B5B5B. Windows color (decimal): -11121724 or 12864342. OLE color: 12864342.

HSL color Cylindrical-coordinate representation of color #564BC4: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564BC4 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8675196-
CMYK0.560.6200.23
HSL245.45º50.63%53.14%-
HSV(B)245.45º61.73%76.86%-
XYZ16.321153.49-
YUV92.08186.64123.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 196 (76.95% from 255) = 54.90%
R=24.09%
G=21.01%
B=54.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86751960.560.6200.23245.4550.6353.14
Hex564BC4383E017f53335
Octal12611330470760273656365
Binary101011010010111100010011100011111001011111110101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,196); }

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

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

 a { background-color: rgb(86,75,196); }

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

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

 span { border-color: rgb(86,75,196); }

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