#5D4DDF

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

Shades of Slate Blue #5D4DDF

Tints of Slate Blue #5D4DDF

Color information

#5D4DDF (or 0x5D4DDF) is unknown color: approx Slate Blue. HEX triplet: 5D, 4D and DF. RGB value is (93,77,223). Sum of RGB (Red+Green+Blue) = 93+77+223=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DDF is #A2B220. Grayscale: #616161. Windows color (decimal): -10662433 or 14634333. OLE color: 14634333.

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

Color convert

RGB9377223-
CMYK0.580.6500.13
HSL246.58º69.52%58.82%-
HSV(B)246.58º65.47%87.45%-
XYZ20.4912.9671.23-
YUV98.43198.3124.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.66%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 223 (87.5% from 255) = 56.74%
R=23.66%
G=19.59%
B=56.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93772230.580.6500.13246.5869.5258.82
Hex5D4DDF3A410Df7463b
Octal1351153377210101536710673
Binary1011101100110111011111111010100000101101111101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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