#5076AC

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

Shades of San Marino #5076AC

Tints of San Marino #5076AC

Color information

#5076AC (or 0x5076AC) is unknown color: approx San Marino. HEX triplet: 50, 76 and AC. RGB value is (80,118,172). Sum of RGB (Red+Green+Blue) = 80+118+172=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #5076AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5076AC is #AF8953. Grayscale: #707070. Windows color (decimal): -11503956 or 11302480. OLE color: 11302480.

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

Color convert

RGB80118172-
CMYK0.530.3100.33
HSL215.22º36.51%49.41%-
HSV(B)215.22º53.49%67.45%-
XYZ17.2317.6441.53-
YUV112.79161.41104.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=21.62%
G=31.89%
B=46.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801181720.530.3100.33215.2236.5149.41
Hex5076AC351F021d72531
Octal12016625465370413274561
Binary101000011101101010110011010111111010000111010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5076AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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