#5D54E5

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

Shades of Slate Blue #5D54E5

Tints of Slate Blue #5D54E5

Color information

#5D54E5 (or 0x5D54E5) is unknown color: approx Slate Blue. HEX triplet: 5D, 54 and E5. RGB value is (93,84,229). Sum of RGB (Red+Green+Blue) = 93+84+229=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #5D54E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54E5 is #A2AB1A. Grayscale: #666666. Windows color (decimal): -10660635 or 15029341. OLE color: 15029341.

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

Color convert

RGB9384229-
CMYK0.590.6300.10
HSL243.72º73.6%61.37%-
HSV(B)243.72º63.32%89.8%-
XYZ21.8314.3275.74-
YUV103.22198.98120.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.91%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 229 (89.84% from 255) = 56.40%
R=22.91%
G=20.69%
B=56.40%

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
Decimal93842290.590.6300.10243.7273.661.37
Hex5D54E53B3F0Af44a3d
Octal135124345737701236411275
Binary101110110101001110010111101111111101010111101001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D54E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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