Html Css Color HEX #5044AB Rich Blue

📋 copy color: '#5044AB'

red 80 ◦ green 68 ◦ blue 171

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

Shades of Rich Blue #5044AB

Tints of Rich Blue #5044AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 25.08%
G = 21.32%
B = 53.61%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5044AB (or 0x5044AB) is known color: Rich Blue. HEX triplet: 50, 44 and AB. RGB value is (80,68,171). Sum of RGB (Red+Green+Blue) = 80+68+171=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #5044AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5044AB is #AFBB54. Grayscale: #525252. Windows color (decimal): -11516757 or 11224144. OLE color: 11224144.

HSL color Cylindrical-coordinate representation of color #5044AB: hue angle of 246.99º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5044AB is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 68 171 -
CMYK 0.53 0.60 0 0.33
HSL 246.99º 0.43% 0.47% -
HSV(B) 246.99º 0.6% 0.67% -
XYZ 12.73 8.78 39.55 -
YUV 83.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 80 68 171 0.53 0.60 0 0.33 246.99 0.43 0.47
Hex 50 44 AB 35 3C 0 21 F7 2B 2F
Octal 120 104 253 65 74 0 41 367 53 57
Binary 1010000 1000100 10101011 110101 111100 0 100001 11110111 101011 101111

Color Harmonies of #5044AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5044AB

Black with #5044AB

Text Example


Text Example

White with #5044AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5044AB; }

 p { color: rgb(80,68,171); }

 H1.HeaderClassName
 {
   color: #5044AB;
 }
 .AnyTagClassName
 {
   color: #5044AB;
 }
</style>

background-color css

<style>
 a { background-color: #5044AB; }

 a { background-color: rgb(80,68,171); }

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

border-color css

<style>
 span { border-color: #5044AB; }

 span { border-color: rgb(80,68,171); }

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