#5E54E5

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

Shades of Slate Blue #5E54E5

Tints of Slate Blue #5E54E5

Color information

#5E54E5 (or 0x5E54E5) is unknown color: approx Slate Blue. HEX triplet: 5E, 54 and E5. RGB value is (94,84,229). Sum of RGB (Red+Green+Blue) = 94+84+229=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #5E54E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E54E5 is #A1AB1A. Grayscale: #666666. Windows color (decimal): -10595099 or 15029342. OLE color: 15029342.

HSL color Cylindrical-coordinate representation of color #5E54E5: hue angle of 244.14º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E54E5 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9484229-
CMYK0.590.6300.10
HSL244.14º73.6%61.37%-
HSV(B)244.14º63.32%89.8%-
XYZ21.9314.3875.75-
YUV103.52198.81121.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.10%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 229 (89.84% from 255) = 56.27%
R=23.10%
G=20.64%
B=56.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal94842290.590.6300.10244.1473.661.37
Hex5E54E53B3F0Af44a3d
Octal136124345737701236411275
Binary101111010101001110010111101111111101010111101001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E54E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,84,229); }

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

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

 a { background-color: rgb(94,84,229); }

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

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

 span { border-color: rgb(94,84,229); }

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