#5b55c5

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

Shades of Slate Blue #5B55C5

Tints of Slate Blue #5B55C5

Color information

#5B55C5 (or 0x5B55C5) is unknown color: approx Slate Blue. HEX triplet: 5B, 55 and C5. RGB value is (91,85,197). Sum of RGB (Red+Green+Blue) = 91+85+197=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #5B55C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B55C5 is #A4AA3A. Grayscale: #636363. Windows color (decimal): -10791483 or 12932443. OLE color: 12932443.

HSL color Cylindrical-coordinate representation of color #5B55C5: hue angle of 243.21º 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 #5B55C5 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9185197-
CMYK0.540.5700.23
HSL243.21º49.12%55.29%-
HSV(B)243.21º56.85%77.25%-
XYZ17.6412.7554.36-
YUV99.56182.99121.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.40%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 197 (77.34% from 255) = 52.82%
R=24.40%
G=22.79%
B=52.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91851970.540.5700.23243.2149.1255.29
Hex5B55C53639017f33137
Octal13312530566710273636167
Binary101101110101011100010111011011100101011111110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b55c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5b55c5; }

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

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

<style>
 a { background-color: #5b55c5; }

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

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

<style>
 span { border-color: #5b55c5; }

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

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