#5E53CA

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

Shades of Slate Blue #5E53CA

Tints of Slate Blue #5E53CA

Color information

#5E53CA (or 0x5E53CA) is unknown color: approx Slate Blue. HEX triplet: 5E, 53 and CA. RGB value is (94,83,202). Sum of RGB (Red+Green+Blue) = 94+83+202=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E53CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E53CA is #A1AC35. Grayscale: #636363. Windows color (decimal): -10595382 or 13259614. OLE color: 13259614.

HSL color Cylindrical-coordinate representation of color #5E53CA: hue angle of 245.55º 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 #5E53CA is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9483202-
CMYK0.530.5900.21
HSL245.55º52.89%55.88%-
HSV(B)245.55º58.91%79.22%-
XYZ18.3712.8357.39-
YUV99.86185.64123.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.80%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=24.80%
G=21.90%
B=53.30%

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
Decimal94832020.530.5900.21245.5552.8955.88
Hex5E53CA353B015f63538
Octal13612331265730253666570
Binary101111010100111100101011010111101101010111110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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