#5855CA

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

Shades of Slate Blue #5855CA

Tints of Slate Blue #5855CA

Color information

#5855CA (or 0x5855CA) is unknown color: approx Slate Blue. HEX triplet: 58, 55 and CA. RGB value is (88,85,202). Sum of RGB (Red+Green+Blue) = 88+85+202=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #5855CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855CA is #A7AA35. Grayscale: #626262. Windows color (decimal): -10988086 or 13260120. OLE color: 13260120.

HSL color Cylindrical-coordinate representation of color #5855CA: hue angle of 241.54º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5855CA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8885202-
CMYK0.560.5800.21
HSL241.54º52.47%56.27%-
HSV(B)241.54º57.92%79.22%-
XYZ17.9312.8457.41-
YUV99.24185.99119.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=23.47%
G=22.67%
B=53.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88852020.560.5800.21241.5452.4756.27
Hex5855CA383A015f23438
Octal13012531270720253626470
Binary101100010101011100101011100011101001010111110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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