#5D41D0

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

Shades of Slate Blue #5D41D0

Tints of Slate Blue #5D41D0

Color information

#5D41D0 (or 0x5D41D0) is unknown color: approx Slate Blue. HEX triplet: 5D, 41 and D0. RGB value is (93,65,208). Sum of RGB (Red+Green+Blue) = 93+65+208=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #5D41D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41D0 is #A2BE2F. Grayscale: #595959. Windows color (decimal): -10665520 or 13648221. OLE color: 13648221.

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

Color convert

RGB9365208-
CMYK0.550.6900.18
HSL251.75º60.34%53.53%-
HSV(B)251.75º68.75%81.57%-
XYZ17.7910.6660.79-
YUV89.67194.78130.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 208 (81.64% from 255) = 56.83%
R=25.41%
G=17.76%
B=56.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93652080.550.6900.18251.7560.3453.53
Hex5D41D03745012fc3c36
Octal135101320671050223747466
Binary1011101100000111010000110111100010101001011111100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D41D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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