#5070AA

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

Shades of San Marino #5070AA

Tints of San Marino #5070AA

Color information

#5070AA (or 0x5070AA) is unknown color: approx San Marino. HEX triplet: 50, 70 and AA. RGB value is (80,112,170). Sum of RGB (Red+Green+Blue) = 80+112+170=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #5070AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5070AA is #AF8F55. Grayscale: #6C6C6C. Windows color (decimal): -11505494 or 11169872. OLE color: 11169872.

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

Color convert

RGB80112170-
CMYK0.530.3400.33
HSL218.67º36%49.02%-
HSV(B)218.67º52.94%66.67%-
XYZ16.3616.240.29-
YUV109.04162.4107.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=22.10%
G=30.94%
B=46.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801121700.530.3400.33218.673649.02
Hex5070AA3522021db2431
Octal12016025265420413334461
Binary1010000111000010101010110101100010010000111011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5070AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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