#5071AE

Color #5071AE San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5071AE

Tints of San Marino #5071AE

Color information

#5071AE (or 0x5071AE) is unknown color: approx San Marino. HEX triplet: 50, 71 and AE. RGB value is (80,113,174). Sum of RGB (Red+Green+Blue) = 80+113+174=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #5071AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5071AE is #AF8E51. Grayscale: #6D6D6D. Windows color (decimal): -11505234 or 11432272. OLE color: 11432272.

HSL color Cylindrical-coordinate representation of color #5071AE: hue angle of 218.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5071AE is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80113174-
CMYK0.540.3500.32
HSL218.94º37.01%49.8%-
HSV(B)218.94º54.02%68.24%-
XYZ16.8516.5742.35-
YUV110.09164.07106.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=21.80%
G=30.79%
B=47.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801131740.540.3500.32218.9437.0149.8
Hex5071AE3623020db2532
Octal12016125666430403334562
Binary1010000111000110101110110110100011010000011011011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5071AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5071AE;
 }
 .AnyTagClassName
 {
   color: #5071AE;
 }
</style>
background-color css

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

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

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

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

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

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