Html Css Color HEX #5071AA San Marino

📋 copy color: '#5071AA'

red 80 ◦ green 113 ◦ blue 170

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

Shades of San Marino #5071AA

Tints of San Marino #5071AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 22.04%
G = 31.13%
B = 46.83%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5071AA (or 0x5071AA) is known color: San Marino. HEX triplet: 50, 71 and AA. RGB value is (80,113,170). Sum of RGB (Red+Green+Blue) = 80+113+170=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #5071AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5071AA is #AF8E55. Grayscale: #6D6D6D. Windows color (decimal): -11505238 or 11170128. OLE color: 11170128.

HSL color Cylindrical-coordinate representation of color #5071AA: hue angle of 218º 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 #5071AA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 113 170 -
CMYK 0.53 0.34 0 0.33
HSL 218º 0.36% 0.49% -
HSV(B) 218º 0.53% 0.67% -
XYZ 16.47 16.42 40.33 -
YUV 109.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 80 113 170 0.53 0.34 0 0.33 218 0.36 0.49
Hex 50 71 AA 35 22 0 21 DA 24 31
Octal 120 161 252 65 42 0 41 332 44 61
Binary 1010000 1110001 10101010 110101 100010 0 100001 11011010 100100 110001

Color Harmonies of #5071AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071AA

Black with #5071AA

Text Example


Text Example

White with #5071AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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