#5D52E1

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

Shades of Slate Blue #5D52E1

Tints of Slate Blue #5D52E1

Color information

#5D52E1 (or 0x5D52E1) is unknown color: approx Slate Blue. HEX triplet: 5D, 52 and E1. RGB value is (93,82,225). Sum of RGB (Red+Green+Blue) = 93+82+225=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #5D52E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52E1 is #A2AD1E. Grayscale: #656565. Windows color (decimal): -10661151 or 14766685. OLE color: 14766685.

HSL color Cylindrical-coordinate representation of color #5D52E1: hue angle of 244.62º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D52E1 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9382225-
CMYK0.590.6400.12
HSL244.62º70.44%60.2%-
HSV(B)244.62º63.56%88.24%-
XYZ21.1213.872.78-
YUV101.59197.64121.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.25%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 225 (88.28% from 255) = 56.25%
R=23.25%
G=20.5%
B=56.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal93822250.590.6400.12244.6270.4460.2
Hex5D52E13B400Cf5463c
Octal1351223417310001436510674
Binary1011101101001011100001111011100000001100111101011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D52E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,225); }

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

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

 a { background-color: rgb(93,82,225); }

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

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

 span { border-color: rgb(93,82,225); }

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