#5E52CA

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

Shades of Slate Blue #5E52CA

Tints of Slate Blue #5E52CA

Color information

#5E52CA (or 0x5E52CA) is unknown color: approx Slate Blue. HEX triplet: 5E, 52 and CA. RGB value is (94,82,202). Sum of RGB (Red+Green+Blue) = 94+82+202=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E52CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52CA is #A1AD35. Grayscale: #626262. Windows color (decimal): -10595638 or 13259358. OLE color: 13259358.

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

Color convert

RGB9482202-
CMYK0.530.5900.21
HSL246º53.1%55.69%-
HSV(B)246º59.41%79.22%-
XYZ18.2912.6857.36-
YUV99.27185.98124.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.87%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=24.87%
G=21.69%
B=53.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal94822020.530.5900.2124653.155.69
Hex5E52CA353B015f63538
Octal13612231265730253666570
Binary101111010100101100101011010111101101010111110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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