#5E55CB

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

Shades of Slate Blue #5E55CB

Tints of Slate Blue #5E55CB

Color information

#5E55CB (or 0x5E55CB) is unknown color: approx Slate Blue. HEX triplet: 5E, 55 and CB. RGB value is (94,85,203). Sum of RGB (Red+Green+Blue) = 94+85+203=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E55CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55CB is #A1AA34. Grayscale: #646464. Windows color (decimal): -10594869 or 13325662. OLE color: 13325662.

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

Color convert

RGB9485203-
CMYK0.540.5800.20
HSL244.58º53.15%56.47%-
HSV(B)244.58º58.13%79.61%-
XYZ18.6413.1958.06-
YUV101.14185.48122.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.61%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 203 (79.69% from 255) = 53.14%
R=24.61%
G=22.25%
B=53.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94852030.540.5800.20244.5853.1556.47
Hex5E55CB363A014f53538
Octal13612531366720243656570
Binary101111010101011100101111011011101001010011110101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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