#5077AB

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

Shades of San Marino #5077AB

Tints of San Marino #5077AB

Color information

#5077AB (or 0x5077AB) is unknown color: approx San Marino. HEX triplet: 50, 77 and AB. RGB value is (80,119,171). Sum of RGB (Red+Green+Blue) = 80+119+171=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #5077AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5077AB is #AF8854. Grayscale: #717171. Windows color (decimal): -11503701 or 11237200. OLE color: 11237200.

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

Color convert

RGB80119171-
CMYK0.530.3000.33
HSL214.29º36.25%49.22%-
HSV(B)214.29º53.22%67.06%-
XYZ17.2617.8441.06-
YUV113.27160.58104.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=21.62%
G=32.16%
B=46.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801191710.530.3000.33214.2936.2549.22
Hex5077AB351E021d62431
Octal12016725365360413264461
Binary101000011101111010101111010111110010000111010110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5077AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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