#5072AB

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

Shades of San Marino #5072AB

Tints of San Marino #5072AB

Color information

#5072AB (or 0x5072AB) is unknown color: approx San Marino. HEX triplet: 50, 72 and AB. RGB value is (80,114,171). Sum of RGB (Red+Green+Blue) = 80+114+171=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #5072AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5072AB is #AF8D54. Grayscale: #6E6E6E. Windows color (decimal): -11504981 or 11235920. OLE color: 11235920.

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

Color convert

RGB80114171-
CMYK0.530.3300.33
HSL217.58º36.25%49.22%-
HSV(B)217.58º53.22%67.06%-
XYZ16.6816.6840.87-
YUV110.33162.24106.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=21.92%
G=31.23%
B=46.85%

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
Decimal801141710.530.3300.33217.5836.2549.22
Hex5072AB3521021da2431
Octal12016225365410413324461
Binary1010000111001010101011110101100001010000111011010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5072AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5072AB; }

 p { color: rgb(80,114,171); }

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

<style>
 a { background-color: #5072AB; }

 a { background-color: rgb(80,114,171); }

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

<style>
 span { border-color: #5072AB; }

 span { border-color: rgb(80,114,171); }

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