#5073AC

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

Shades of San Marino #5073AC

Tints of San Marino #5073AC

Color information

#5073AC (or 0x5073AC) is unknown color: approx San Marino. HEX triplet: 50, 73 and AC. RGB value is (80,115,172). Sum of RGB (Red+Green+Blue) = 80+115+172=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #5073AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5073AC is #AF8C53. Grayscale: #6E6E6E. Windows color (decimal): -11504724 or 11301712. OLE color: 11301712.

HSL color Cylindrical-coordinate representation of color #5073AC: hue angle of 217.17º degrees, saturation: 0.37, 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 #5073AC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80115172-
CMYK0.530.3300.33
HSL217.17º36.51%49.41%-
HSV(B)217.17º53.49%67.45%-
XYZ16.8916.9541.41-
YUV111.03162.4105.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=21.80%
G=31.34%
B=46.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801151720.530.3300.33217.1736.5149.41
Hex5073AC3521021d92531
Octal12016325465410413314561
Binary1010000111001110101100110101100001010000111011001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5073AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5073AC; }

 p { color: rgb(80,115,172); }

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

<style>
 a { background-color: #5073AC; }

 a { background-color: rgb(80,115,172); }

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

<style>
 span { border-color: #5073AC; }

 span { border-color: rgb(80,115,172); }

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