#564BD8

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

Shades of Slate Blue #564BD8

Tints of Slate Blue #564BD8

Color information

#564BD8 (or 0x564BD8) is unknown color: approx Slate Blue. HEX triplet: 56, 4B and D8. RGB value is (86,75,216). Sum of RGB (Red+Green+Blue) = 86+75+216=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #564BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BD8 is #A9B427. Grayscale: #5D5D5D. Windows color (decimal): -11121704 or 14175062. OLE color: 14175062.

HSL color Cylindrical-coordinate representation of color #564BD8: hue angle of 244.68º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #564BD8 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8675216-
CMYK0.600.6500.15
HSL244.68º64.38%57.06%-
HSV(B)244.68º65.28%84.71%-
XYZ18.7511.9766.29-
YUV94.36196.64122.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 216 (84.77% from 255) = 57.29%
R=22.81%
G=19.89%
B=57.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86752160.600.6500.15244.6864.3857.06
Hex564BD83C410Ff54039
Octal1261133307410101736510071
Binary1010110100101111011000111100100000101111111101011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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