Html Css Color HEX #5061AA Rich Blue

📋 copy color: '#5061AA'

red 80 ◦ green 97 ◦ blue 170

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

Shades of Rich Blue #5061AA

Tints of Rich Blue #5061AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 23.05%
G = 27.95%
B = 48.99%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5061AA (or 0x5061AA) is known color: Rich Blue. HEX triplet: 50, 61 and AA. RGB value is (80,97,170). Sum of RGB (Red+Green+Blue) = 80+97+170=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #5061AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5061AA is #AF9E55. Grayscale: #636363. Windows color (decimal): -11509334 or 11166032. OLE color: 11166032.

HSL color Cylindrical-coordinate representation of color #5061AA: hue angle of 228.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5061AA is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 97 170 -
CMYK 0.53 0.43 0 0.33
HSL 228.67º 0.36% 0.49% -
HSV(B) 228.67º 0.53% 0.67% -
XYZ 14.84 13.16 39.79 -
YUV 100.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 80 97 170 0.53 0.43 0 0.33 228.67 0.36 0.49
Hex 50 61 AA 35 2B 0 21 E5 24 31
Octal 120 141 252 65 53 0 41 345 44 61
Binary 1010000 1100001 10101010 110101 101011 0 100001 11100101 100100 110001

Color Harmonies of #5061AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5061AA

Black with #5061AA

Text Example


Text Example

White with #5061AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5061AA; }

 p { color: rgb(80,97,170); }

 H1.HeaderClassName
 {
   color: #5061AA;
 }
 .AnyTagClassName
 {
   color: #5061AA;
 }
</style>

background-color css

<style>
 a { background-color: #5061AA; }

 a { background-color: rgb(80,97,170); }

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

border-color css

<style>
 span { border-color: #5061AA; }

 span { border-color: rgb(80,97,170); }

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