#564DD8

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

Shades of Slate Blue #564DD8

Tints of Slate Blue #564DD8

Color information

#564DD8 (or 0x564DD8) is unknown color: approx Slate Blue. HEX triplet: 56, 4D and D8. RGB value is (86,77,216). Sum of RGB (Red+Green+Blue) = 86+77+216=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #564DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DD8 is #A9B227. Grayscale: #5E5E5E. Windows color (decimal): -11121192 or 14175574. OLE color: 14175574.

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

Color convert

RGB8677216-
CMYK0.600.6400.15
HSL243.88º64.06%57.45%-
HSV(B)243.88º64.35%84.71%-
XYZ18.8912.2466.33-
YUV95.54195.98121.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 216 (84.77% from 255) = 56.99%
R=22.69%
G=20.32%
B=56.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86772160.600.6400.15243.8864.0657.45
Hex564DD83C400Ff44039
Octal1261153307410001736410071
Binary1010110100110111011000111100100000001111111101001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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