#5D51DF

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

Shades of Slate Blue #5D51DF

Tints of Slate Blue #5D51DF

Color information

#5D51DF (or 0x5D51DF) is unknown color: approx Slate Blue. HEX triplet: 5D, 51 and DF. RGB value is (93,81,223). Sum of RGB (Red+Green+Blue) = 93+81+223=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D51DF is #A2AE20. Grayscale: #646464. Windows color (decimal): -10661409 or 14635357. OLE color: 14635357.

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

Color convert

RGB9381223-
CMYK0.580.6400.13
HSL245.07º68.93%59.61%-
HSV(B)245.07º63.68%87.45%-
XYZ20.7813.5471.33-
YUV100.78196.98122.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 223 (87.5% from 255) = 56.17%
R=23.43%
G=20.40%
B=56.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93812230.580.6400.13245.0768.9359.61
Hex5D51DF3A400Df5453c
Octal1351213377210001536510574
Binary1011101101000111011111111010100000001101111101011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D51DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,81,223); }

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

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

 a { background-color: rgb(93,81,223); }

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

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

 span { border-color: rgb(93,81,223); }

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