Html Css Color HEX #5B49AB Rich Blue

📋 copy color: '#5B49AB'

red 91 ◦ green 73 ◦ blue 171

#5B49AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5B49AB

Tints of Rich Blue #5B49AB

RGB

 RED value IS 91 (35.94% from 255) = 27.16%

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 27.16%
G = 21.79%
B = 51.04%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B49AB (or 0x5B49AB) is known color: Rich Blue. HEX triplet: 5B, 49 and AB. RGB value is (91,73,171). Sum of RGB (Red+Green+Blue) = 91+73+171=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B49AB is #A4B654. Grayscale: #595959. Windows color (decimal): -10794581 or 11225435. OLE color: 11225435.

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

Color convert

RGB 91 73 171 -
CMYK 0.47 0.57 0 0.33
HSL 251.02º 0.4% 0.48% -
HSV(B) 251.02º 0.57% 0.67% -
XYZ 14.05 9.93 39.7 -
YUV 89.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 91 73 171 0.47 0.57 0 0.33 251.02 0.4 0.48
Hex 5B 49 AB 2F 39 0 21 FB 28 30
Octal 133 111 253 57 71 0 41 373 50 60
Binary 1011011 1001001 10101011 101111 111001 0 100001 11111011 101000 110000

Color Harmonies of #5B49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B49AB

Black with #5B49AB

Text Example


Text Example

White with #5B49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B49AB;
 }
 .AnyTagClassName
 {
   color: #5B49AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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