#564BD9

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

Shades of Slate Blue #564BD9

Tints of Slate Blue #564BD9

Color information

#564BD9 (or 0x564BD9) is unknown color: approx Slate Blue. HEX triplet: 56, 4B and D9. RGB value is (86,75,217). Sum of RGB (Red+Green+Blue) = 86+75+217=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 217 (85.16% from 255 or 57.41% from 378); Max value from RGB is 217 - color contains mainly: blue. Hex color #564BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BD9 is #A9B426. Grayscale: #5D5D5D. Windows color (decimal): -11121703 or 14240598. OLE color: 14240598.

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

Color convert

RGB8675217-
CMYK0.600.6500.15
HSL244.65º65.14%57.25%-
HSV(B)244.65º65.44%85.1%-
XYZ18.8812.0266.97-
YUV94.48197.14121.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 217 (85.16% from 255) = 57.41%
R=22.75%
G=19.84%
B=57.41%

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
Decimal86752170.600.6500.15244.6565.1457.25
Hex564BD93C410Ff54139
Octal1261133317410101736510171
Binary1010110100101111011001111100100000101111111101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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