#5E52E4

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

Shades of Slate Blue #5E52E4

Tints of Slate Blue #5E52E4

Color information

#5E52E4 (or 0x5E52E4) is unknown color: approx Slate Blue. HEX triplet: 5E, 52 and E4. RGB value is (94,82,228). Sum of RGB (Red+Green+Blue) = 94+82+228=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #5E52E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52E4 is #A1AD1B. Grayscale: #656565. Windows color (decimal): -10595612 or 14963294. OLE color: 14963294.

HSL color Cylindrical-coordinate representation of color #5E52E4: hue angle of 244.93º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E52E4 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9482228-
CMYK0.590.6400.11
HSL244.93º73%60.78%-
HSV(B)244.93º64.04%89.41%-
XYZ21.6414.0274.96-
YUV102.23198.98122.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.27%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 228 (89.45% from 255) = 56.44%
R=23.27%
G=20.30%
B=56.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal94822280.590.6400.11244.937360.78
Hex5E52E43B400Bf5493d
Octal1361223447310001336511175
Binary1011110101001011100100111011100000001011111101011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E52E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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