#5d3fd8

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

Shades of Slate Blue #5D3FD8

Tints of Slate Blue #5D3FD8

Color information

#5D3FD8 (or 0x5D3FD8) is unknown color: approx Slate Blue. HEX triplet: 5D, 3F and D8. RGB value is (93,63,216). Sum of RGB (Red+Green+Blue) = 93+63+216=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #5D3FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FD8 is #A2C027. Grayscale: #585858. Windows color (decimal): -10666024 or 14171997. OLE color: 14171997.

HSL color Cylindrical-coordinate representation of color #5D3FD8: hue angle of 251.76º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D3FD8 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9363216-
CMYK0.570.7100.15
HSL251.76º66.23%54.71%-
HSV(B)251.76º70.83%84.71%-
XYZ18.6910.8466.07-
YUV89.41199.44130.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25%
GREEN value IS 63 (25% from 255) = 16.94%
BLUE value IS 216 (84.77% from 255) = 58.06%
R=25%
G=16.94%
B=58.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal93632160.570.7100.15251.7666.2354.71
Hex5D3FD839470Ffc4237
Octal135773307110701737410267
Binary101110111111111011000111001100011101111111111001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d3fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,216); }

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

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

 a { background-color: rgb(93,63,216); }

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

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

 span { border-color: rgb(93,63,216); }

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