Html Css Color HEX #5049B5 Rich Blue

📋 copy color: '#5049B5'

red 80 ◦ green 73 ◦ blue 181

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

Shades of Rich Blue #5049B5

Tints of Rich Blue #5049B5

RGB

 RED value IS 80 (31.64% from 255) = 23.95%

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

 BLUE value IS 181 (71.09% from 255) = 54.19%

R = 23.95%
G = 21.86%
B = 54.19%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5049B5 (or 0x5049B5) is known color: Rich Blue. HEX triplet: 50, 49 and B5. RGB value is (80,73,181). Sum of RGB (Red+Green+Blue) = 80+73+181=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 181 (71.09% from 255 or 54.19% from 334); Max value from RGB is 181 - color contains mainly: blue. Hex color #5049B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049B5 is #AFB64A. Grayscale: #565656. Windows color (decimal): -11515467 or 11880784. OLE color: 11880784.

HSL color Cylindrical-coordinate representation of color #5049B5: hue angle of 243.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5049B5 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 73 181 -
CMYK 0.56 0.60 0 0.29
HSL 243.89º 0.43% 0.5% -
HSV(B) 243.89º 0.6% 0.71% -
XYZ 14.03 9.81 44.87 -
YUV 87.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 80 73 181 0.56 0.60 0 0.29 243.89 0.43 0.5
Hex 50 49 B5 38 3C 0 1D F4 2B 32
Octal 120 111 265 70 74 0 35 364 53 62
Binary 1010000 1001001 10110101 111000 111100 0 11101 11110100 101011 110010

Color Harmonies of #5049B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049B5

Black with #5049B5

Text Example


Text Example

White with #5049B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5049B5; }

 p { color: rgb(80,73,181); }

 H1.HeaderClassName
 {
   color: #5049B5;
 }
 .AnyTagClassName
 {
   color: #5049B5;
 }
</style>

background-color css

<style>
 a { background-color: #5049B5; }

 a { background-color: rgb(80,73,181); }

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

border-color css

<style>
 span { border-color: #5049B5; }

 span { border-color: rgb(80,73,181); }

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