#5644D2

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

Shades of Slate Blue #5644D2

Tints of Slate Blue #5644D2

Color information

#5644D2 (or 0x5644D2) is unknown color: approx Slate Blue. HEX triplet: 56, 44 and D2. RGB value is (86,68,210). Sum of RGB (Red+Green+Blue) = 86+68+210=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 210 (82.42% from 255 or 57.69% from 364); Max value from RGB is 210 - color contains mainly: blue. Hex color #5644D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5644D2 is #A9BB2D. Grayscale: #595959. Windows color (decimal): -11123502 or 13780054. OLE color: 13780054.

HSL color Cylindrical-coordinate representation of color #5644D2: hue angle of 247.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5644D2 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8668210-
CMYK0.590.6800.18
HSL247.61º61.21%54.51%-
HSV(B)247.61º67.62%82.35%-
XYZ17.5410.7762.13-
YUV89.57195.96125.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 210 (82.42% from 255) = 57.69%
R=23.63%
G=18.68%
B=57.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal86682100.590.6800.18247.6161.2154.51
Hex5644D23B44012f83d37
Octal126104322731040223707567
Binary1010110100010011010010111011100010001001011111000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5644D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5644D2; }

 p { color: rgb(86,68,210); }

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

<style>
 a { background-color: #5644D2; }

 a { background-color: rgb(86,68,210); }

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

<style>
 span { border-color: #5644D2; }

 span { border-color: rgb(86,68,210); }

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