#5D48CD

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

Shades of Slate Blue #5D48CD

Tints of Slate Blue #5D48CD

Color information

#5D48CD (or 0x5D48CD) is unknown color: approx Slate Blue. HEX triplet: 5D, 48 and CD. RGB value is (93,72,205). Sum of RGB (Red+Green+Blue) = 93+72+205=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D48CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D48CD is #A2B732. Grayscale: #5C5C5C. Windows color (decimal): -10663731 or 13453405. OLE color: 13453405.

HSL color Cylindrical-coordinate representation of color #5D48CD: hue angle of 249.47º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D48CD is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9372205-
CMYK0.550.6500.20
HSL249.47º57.08%54.31%-
HSV(B)249.47º64.88%80.39%-
XYZ17.8511.3759.01-
YUV93.44190.96127.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.14%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=25.14%
G=19.46%
B=55.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal93722050.550.6500.20249.4757.0854.31
Hex5D48CD3741014f93936
Octal135110315671010243717166
Binary1011101100100011001101110111100000101010011111001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D48CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,72,205); }

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

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

 a { background-color: rgb(93,72,205); }

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

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

 span { border-color: rgb(93,72,205); }

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