#5E52C5

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

Shades of Slate Blue #5E52C5

Tints of Slate Blue #5E52C5

Color information

#5E52C5 (or 0x5E52C5) is unknown color: approx Slate Blue. HEX triplet: 5E, 52 and C5. RGB value is (94,82,197). Sum of RGB (Red+Green+Blue) = 94+82+197=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 82 (32.42% from 255 or 21.98% 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 #5E52C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52C5 is #A1AD3A. Grayscale: #626262. Windows color (decimal): -10595643 or 12931678. OLE color: 12931678.

HSL color Cylindrical-coordinate representation of color #5E52C5: hue angle of 246.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E52C5 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9482197-
CMYK0.520.5800.23
HSL246.26º49.78%54.71%-
HSV(B)246.26º58.38%77.25%-
XYZ17.7112.4554.29-
YUV98.7183.48124.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.20%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 197 (77.34% from 255) = 52.82%
R=25.20%
G=21.98%
B=52.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal94821970.520.5800.23246.2649.7854.71
Hex5E52C5343A017f63237
Octal13612230564720273666267
Binary101111010100101100010111010011101001011111110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E52C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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