#5D4FD0

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

Shades of Slate Blue #5D4FD0

Tints of Slate Blue #5D4FD0

Color information

#5D4FD0 (or 0x5D4FD0) is unknown color: approx Slate Blue. HEX triplet: 5D, 4F and D0. RGB value is (93,79,208). Sum of RGB (Red+Green+Blue) = 93+79+208=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #5D4FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FD0 is #A2B02F. Grayscale: #616161. Windows color (decimal): -10661936 or 13651805. OLE color: 13651805.

HSL color Cylindrical-coordinate representation of color #5D4FD0: hue angle of 246.51º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4FD0 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9379208-
CMYK0.550.6200.18
HSL246.51º57.85%56.27%-
HSV(B)246.51º62.02%81.57%-
XYZ18.712.4761.1-
YUV97.89190.14124.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.47%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 208 (81.64% from 255) = 54.74%
R=24.47%
G=20.79%
B=54.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93792080.550.6200.18246.5157.8556.27
Hex5D4FD0373E012f73a38
Octal13511732067760223677270
Binary101110110011111101000011011111111001001011110111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,79,208); }

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

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

 a { background-color: rgb(93,79,208); }

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

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

 span { border-color: rgb(93,79,208); }

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