#5D48CA

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

Shades of Slate Blue #5D48CA

Tints of Slate Blue #5D48CA

Color information

#5D48CA (or 0x5D48CA) is unknown color: approx Slate Blue. HEX triplet: 5D, 48 and CA. RGB value is (93,72,202). Sum of RGB (Red+Green+Blue) = 93+72+202=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D48CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D48CA is #A2B735. Grayscale: #5C5C5C. Windows color (decimal): -10663734 or 13256797. OLE color: 13256797.

HSL color Cylindrical-coordinate representation of color #5D48CA: hue angle of 249.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D48CA is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9372202-
CMYK0.540.6400.21
HSL249.69º55.08%53.73%-
HSV(B)249.69º64.36%79.22%-
XYZ17.4911.2357.12-
YUV93.1189.46127.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.34%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=25.34%
G=19.62%
B=55.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93722020.540.6400.21249.6955.0853.73
Hex5D48CA3640015fa3736
Octal135110312661000253726766
Binary1011101100100011001010110110100000001010111111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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