#5B48DA

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

Shades of Slate Blue #5B48DA

Tints of Slate Blue #5B48DA

Color information

#5B48DA (or 0x5B48DA) is unknown color: approx Slate Blue. HEX triplet: 5B, 48 and DA. RGB value is (91,72,218). Sum of RGB (Red+Green+Blue) = 91+72+218=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B48DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B48DA is #A4B725. Grayscale: #5D5D5D. Windows color (decimal): -10794790 or 14305371. OLE color: 14305371.

HSL color Cylindrical-coordinate representation of color #5B48DA: hue angle of 247.81º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B48DA is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9172218-
CMYK0.580.6700.15
HSL247.81º66.36%56.86%-
HSV(B)247.81º66.97%85.49%-
XYZ19.2911.9267.61-
YUV94.32197.79125.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.88%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 218 (85.55% from 255) = 57.22%
R=23.88%
G=18.90%
B=57.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91722180.580.6700.15247.8166.3656.86
Hex5B48DA3A430Ff84239
Octal1331103327210301737010271
Binary1011011100100011011010111010100001101111111110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B48DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,218); }

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

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

 a { background-color: rgb(91,72,218); }

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

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

 span { border-color: rgb(91,72,218); }

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