#5855CB

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

Shades of Slate Blue #5855CB

Tints of Slate Blue #5855CB

Color information

#5855CB (or 0x5855CB) is unknown color: approx Slate Blue. HEX triplet: 58, 55 and CB. RGB value is (88,85,203). Sum of RGB (Red+Green+Blue) = 88+85+203=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #5855CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855CB is #A7AA34. Grayscale: #626262. Windows color (decimal): -10988085 or 13325656. OLE color: 13325656.

HSL color Cylindrical-coordinate representation of color #5855CB: hue angle of 241.53º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5855CB is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8885203-
CMYK0.570.5800.20
HSL241.53º53.15%56.47%-
HSV(B)241.53º58.13%79.61%-
XYZ18.0512.8858.04-
YUV99.35186.49119.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 203 (79.69% from 255) = 53.99%
R=23.40%
G=22.61%
B=53.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88852030.570.5800.20241.5353.1556.47
Hex5855CB393A014f23538
Octal13012531371720243626570
Binary101100010101011100101111100111101001010011110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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