#565DD4

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

Shades of Slate Blue #565DD4

Tints of Slate Blue #565DD4

Color information

#565DD4 (or 0x565DD4) is unknown color: approx Slate Blue. HEX triplet: 56, 5D and D4. RGB value is (86,93,212). Sum of RGB (Red+Green+Blue) = 86+93+212=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 212 (83.20% from 255 or 54.22% from 391); Max value from RGB is 212 - color contains mainly: blue. Hex color #565DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DD4 is #A9A22B. Grayscale: #676767. Windows color (decimal): -11117100 or 13917526. OLE color: 13917526.

HSL color Cylindrical-coordinate representation of color #565DD4: hue angle of 236.67º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565DD4 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8693212-
CMYK0.590.5600.17
HSL236.67º59.43%58.43%-
HSV(B)236.67º59.43%83.14%-
XYZ19.6414.5664.06-
YUV104.47188.68114.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 212 (83.20% from 255) = 54.22%
R=21.99%
G=23.79%
B=54.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal86932120.590.5600.17236.6759.4358.43
Hex565DD43B38011ed3b3a
Octal12613532473700213557372
Binary101011010111011101010011101111100001000111101101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565DD4; }

 p { color: rgb(86,93,212); }

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

<style>
 a { background-color: #565DD4; }

 a { background-color: rgb(86,93,212); }

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

<style>
 span { border-color: #565DD4; }

 span { border-color: rgb(86,93,212); }

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