#5B49AC

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

Shades of Rich Blue #5B49AC

Tints of Rich Blue #5B49AC

Color information

#5B49AC (or 0x5B49AC) is unknown color: approx Rich Blue. HEX triplet: 5B, 49 and AC. RGB value is (91,73,172). Sum of RGB (Red+Green+Blue) = 91+73+172=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B49AC is #A4B653. Grayscale: #595959. Windows color (decimal): -10794580 or 11290971. OLE color: 11290971.

HSL color Cylindrical-coordinate representation of color #5B49AC: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B49AC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9173172-
CMYK0.470.5800.33
HSL250.91º40.41%48.04%-
HSV(B)250.91º57.56%67.45%-
XYZ14.149.9740.21-
YUV89.67174.46128.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.08%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=27.08%
G=21.73%
B=51.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91731720.470.5800.33250.9140.4148.04
Hex5B49AC2F3A021fb2830
Octal13311125457720413735060
Binary1011011100100110101100101111111010010000111111011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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