#5D53DE

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

Shades of Slate Blue #5D53DE

Tints of Slate Blue #5D53DE

Color information

#5D53DE (or 0x5D53DE) is unknown color: approx Slate Blue. HEX triplet: 5D, 53 and DE. RGB value is (93,83,222). Sum of RGB (Red+Green+Blue) = 93+83+222=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D53DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D53DE is #A2AC21. Grayscale: #656565. Windows color (decimal): -10660898 or 14570333. OLE color: 14570333.

HSL color Cylindrical-coordinate representation of color #5D53DE: hue angle of 244.32º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D53DE is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9383222-
CMYK0.580.6300.13
HSL244.32º67.8%59.8%-
HSV(B)244.32º62.61%87.06%-
XYZ20.7913.7970.67-
YUV101.84195.81121.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.37%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 222 (87.11% from 255) = 55.78%
R=23.37%
G=20.85%
B=55.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93832220.580.6300.13244.3267.859.8
Hex5D53DE3A3F0Df4443c
Octal135123336727701536410474
Binary101110110100111101111011101011111101101111101001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D53DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,83,222); }

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

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

 a { background-color: rgb(93,83,222); }

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

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

 span { border-color: rgb(93,83,222); }

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