#5855DC

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

Shades of Slate Blue #5855DC

Tints of Slate Blue #5855DC

Color information

#5855DC (or 0x5855DC) is unknown color: approx Slate Blue. HEX triplet: 58, 55 and DC. RGB value is (88,85,220). Sum of RGB (Red+Green+Blue) = 88+85+220=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #5855DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855DC is #A7AA23. Grayscale: #646464. Windows color (decimal): -10988068 or 14439768. OLE color: 14439768.

HSL color Cylindrical-coordinate representation of color #5855DC: hue angle of 241.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5855DC is Cyan = 0.6, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8885220-
CMYK0.60.6100.14
HSL241.33º65.85%59.8%-
HSV(B)241.33º61.36%86.27%-
XYZ20.1913.7469.3-
YUV101.29194.99118.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 220 (86.33% from 255) = 55.98%
R=22.39%
G=21.63%
B=55.98%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88852200.60.6100.14241.3365.8559.8
Hex5855DC3C3D0Ef1423c
Octal130125334747501636110274
Binary101100010101011101110011110011110101110111100011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5855DC; }

 p { color: rgb(88,85,220); }

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

<style>
 a { background-color: #5855DC; }

 a { background-color: rgb(88,85,220); }

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

<style>
 span { border-color: #5855DC; }

 span { border-color: rgb(88,85,220); }

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