#5074A9

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

Shades of San Marino #5074A9

Tints of San Marino #5074A9

Color information

#5074A9 (or 0x5074A9) is unknown color: approx San Marino. HEX triplet: 50, 74 and A9. RGB value is (80,116,169). Sum of RGB (Red+Green+Blue) = 80+116+169=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #5074A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5074A9 is #AF8B56. Grayscale: #6F6F6F. Windows color (decimal): -11504471 or 11105360. OLE color: 11105360.

HSL color Cylindrical-coordinate representation of color #5074A9: hue angle of 215.73º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5074A9 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB80116169-
CMYK0.530.3100.34
HSL215.73º35.74%48.82%-
HSV(B)215.73º52.66%66.27%-
XYZ16.7217.0639.95-
YUV111.28160.57105.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 169 (66.41% from 255) = 46.30%
R=21.92%
G=31.78%
B=46.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801161690.530.3100.34215.7335.7448.82
Hex5074A9351F022d82431
Octal12016425165370423304461
Binary101000011101001010100111010111111010001011011000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5074A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5074A9; }

 p { color: rgb(80,116,169); }

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

<style>
 a { background-color: #5074A9; }

 a { background-color: rgb(80,116,169); }

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

<style>
 span { border-color: #5074A9; }

 span { border-color: rgb(80,116,169); }

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