#5E52CB

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

Shades of Slate Blue #5E52CB

Tints of Slate Blue #5E52CB

Color information

#5E52CB (or 0x5E52CB) is unknown color: approx Slate Blue. HEX triplet: 5E, 52 and CB. RGB value is (94,82,203). Sum of RGB (Red+Green+Blue) = 94+82+203=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E52CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52CB is #A1AD34. Grayscale: #626262. Windows color (decimal): -10595637 or 13324894. OLE color: 13324894.

HSL color Cylindrical-coordinate representation of color #5E52CB: hue angle of 245.95º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E52CB is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9482203-
CMYK0.540.6000.20
HSL245.95º53.78%55.88%-
HSV(B)245.95º59.61%79.61%-
XYZ18.4112.7357.99-
YUV99.38186.48124.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.80%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 203 (79.69% from 255) = 53.56%
R=24.80%
G=21.64%
B=53.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94822030.540.6000.20245.9553.7855.88
Hex5E52CB363C014f63638
Octal13612231366740243666670
Binary101111010100101100101111011011110001010011110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E52CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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