#5B49CD

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

Shades of Slate Blue #5B49CD

Tints of Slate Blue #5B49CD

Color information

#5B49CD (or 0x5B49CD) is unknown color: approx Slate Blue. HEX triplet: 5B, 49 and CD. RGB value is (91,73,205). Sum of RGB (Red+Green+Blue) = 91+73+205=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B49CD is #A4B632. Grayscale: #5C5C5C. Windows color (decimal): -10794547 or 13453659. OLE color: 13453659.

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

Color convert

RGB9173205-
CMYK0.560.6400.20
HSL248.18º56.9%54.51%-
HSV(B)248.18º64.39%80.39%-
XYZ17.7211.459.02-
YUV93.43190.96126.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=24.66%
G=19.78%
B=55.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91732050.560.6400.20248.1856.954.51
Hex5B49CD3840014f83937
Octal133111315701000243707167
Binary1011011100100111001101111000100000001010011111000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B49CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,73,205); }

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

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

 a { background-color: rgb(91,73,205); }

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

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

 span { border-color: rgb(91,73,205); }

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