#564CD9

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

Shades of Slate Blue #564CD9

Tints of Slate Blue #564CD9

Color information

#564CD9 (or 0x564CD9) is unknown color: approx Slate Blue. HEX triplet: 56, 4C and D9. RGB value is (86,76,217). Sum of RGB (Red+Green+Blue) = 86+76+217=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #564CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CD9 is #A9B326. Grayscale: #5E5E5E. Windows color (decimal): -11121447 or 14240854. OLE color: 14240854.

HSL color Cylindrical-coordinate representation of color #564CD9: hue angle of 244.26º degrees, saturation: 0.65, 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 #564CD9 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8676217-
CMYK0.600.6500.15
HSL244.26º64.98%57.45%-
HSV(B)244.26º64.98%85.1%-
XYZ18.9512.1666.99-
YUV95.06196.81121.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 217 (85.16% from 255) = 57.26%
R=22.69%
G=20.05%
B=57.26%

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
Decimal86762170.600.6500.15244.2664.9857.45
Hex564CD93C410Ff44139
Octal1261143317410101736410171
Binary1010110100110011011001111100100000101111111101001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,76,217); }

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

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

 a { background-color: rgb(86,76,217); }

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

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

 span { border-color: rgb(86,76,217); }

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