#5075AE

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

Shades of San Marino #5075AE

Tints of San Marino #5075AE

Color information

#5075AE (or 0x5075AE) is unknown color: approx San Marino. HEX triplet: 50, 75 and AE. RGB value is (80,117,174). Sum of RGB (Red+Green+Blue) = 80+117+174=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #5075AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5075AE is #AF8A51. Grayscale: #707070. Windows color (decimal): -11504210 or 11433296. OLE color: 11433296.

HSL color Cylindrical-coordinate representation of color #5075AE: hue angle of 216.38º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5075AE is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80117174-
CMYK0.540.3300.32
HSL216.38º37.01%49.8%-
HSV(B)216.38º54.02%68.24%-
XYZ17.3117.4842.51-
YUV112.44162.74104.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=21.56%
G=31.54%
B=46.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801171740.540.3300.32216.3837.0149.8
Hex5075AE3621020d82532
Octal12016525666410403304562
Binary1010000111010110101110110110100001010000011011000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5075AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5075AE; }

 p { color: rgb(80,117,174); }

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

<style>
 a { background-color: #5075AE; }

 a { background-color: rgb(80,117,174); }

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

<style>
 span { border-color: #5075AE; }

 span { border-color: rgb(80,117,174); }

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