#5D3FD5

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

Shades of Slate Blue #5D3FD5

Tints of Slate Blue #5D3FD5

Color information

#5D3FD5 (or 0x5D3FD5) is unknown color: approx Slate Blue. HEX triplet: 5D, 3F and D5. RGB value is (93,63,213). Sum of RGB (Red+Green+Blue) = 93+63+213=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #5D3FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FD5 is #A2C02A. Grayscale: #585858. Windows color (decimal): -10666027 or 13975389. OLE color: 13975389.

HSL color Cylindrical-coordinate representation of color #5D3FD5: hue angle of 252º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D3FD5 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9363213-
CMYK0.560.7000.16
HSL252º64.1%54.12%-
HSV(B)252º70.42%83.53%-
XYZ18.310.6964.05-
YUV89.07197.94130.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.20%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 213 (83.59% from 255) = 57.72%
R=25.20%
G=17.07%
B=57.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal93632130.560.7000.1625264.154.12
Hex5D3FD53846010fc4036
Octal135773257010602037410066
Binary1011101111111110101011110001000110010000111111001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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