#5655DA

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

Shades of Slate Blue #5655DA

Tints of Slate Blue #5655DA

Color information

#5655DA (or 0x5655DA) is unknown color: approx Slate Blue. HEX triplet: 56, 55 and DA. RGB value is (86,85,218). Sum of RGB (Red+Green+Blue) = 86+85+218=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #5655DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655DA is #A9AA25. Grayscale: #636363. Windows color (decimal): -11119142 or 14308694. OLE color: 14308694.

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

Color convert

RGB8685218-
CMYK0.610.6100.15
HSL240.45º64.25%59.41%-
HSV(B)240.45º61.01%85.49%-
XYZ19.7413.5467.9-
YUV100.46194.33117.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 218 (85.55% from 255) = 56.04%
R=22.11%
G=21.85%
B=56.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86852180.610.6100.15240.4564.2559.41
Hex5655DA3D3D0Ff0403b
Octal126125332757501736010073
Binary101011010101011101101011110111110101111111100001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5655DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5655DA; }

 p { color: rgb(86,85,218); }

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

<style>
 a { background-color: #5655DA; }

 a { background-color: rgb(86,85,218); }

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

<style>
 span { border-color: #5655DA; }

 span { border-color: rgb(86,85,218); }

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