#564DD5

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

Shades of Slate Blue #564DD5

Tints of Slate Blue #564DD5

Color information

#564DD5 (or 0x564DD5) is unknown color: approx Slate Blue. HEX triplet: 56, 4D and D5. RGB value is (86,77,213). Sum of RGB (Red+Green+Blue) = 86+77+213=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #564DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DD5 is #A9B22A. Grayscale: #5E5E5E. Windows color (decimal): -11121195 or 13978966. OLE color: 13978966.

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

Color convert

RGB8677213-
CMYK0.600.6400.16
HSL243.97º61.82%56.86%-
HSV(B)243.97º63.85%83.53%-
XYZ18.512.0964.31-
YUV95.2194.48121.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 213 (83.59% from 255) = 56.65%
R=22.87%
G=20.48%
B=56.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal86772130.600.6400.16243.9761.8256.86
Hex564DD53C40010f43e39
Octal126115325741000203647671
Binary1010110100110111010101111100100000001000011110100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,213); }

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

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

 a { background-color: rgb(86,77,213); }

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

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

 span { border-color: rgb(86,77,213); }

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