#5855C5

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

Shades of Slate Blue #5855C5

Tints of Slate Blue #5855C5

Color information

#5855C5 (or 0x5855C5) is unknown color: approx Slate Blue. HEX triplet: 58, 55 and C5. RGB value is (88,85,197). Sum of RGB (Red+Green+Blue) = 88+85+197=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #5855C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855C5 is #A7AA3A. Grayscale: #626262. Windows color (decimal): -10988091 or 12932440. OLE color: 12932440.

HSL color Cylindrical-coordinate representation of color #5855C5: hue angle of 241.61º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5855C5 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8885197-
CMYK0.550.5700.23
HSL241.61º49.12%55.29%-
HSV(B)241.61º56.85%77.25%-
XYZ17.3512.654.34-
YUV98.66183.49120.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.78%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 197 (77.34% from 255) = 53.24%
R=23.78%
G=22.97%
B=53.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal88851970.550.5700.23241.6149.1255.29
Hex5855C53739017f23137
Octal13012530567710273626167
Binary101100010101011100010111011111100101011111110010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5855C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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