#5075AC

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

Shades of San Marino #5075AC

Tints of San Marino #5075AC

Color information

#5075AC (or 0x5075AC) is unknown color: approx San Marino. HEX triplet: 50, 75 and AC. RGB value is (80,117,172). Sum of RGB (Red+Green+Blue) = 80+117+172=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #5075AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5075AC is #AF8A53. Grayscale: #6F6F6F. Windows color (decimal): -11504212 or 11302224. OLE color: 11302224.

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

Color convert

RGB80117172-
CMYK0.530.3200.33
HSL215.87º36.51%49.41%-
HSV(B)215.87º53.49%67.45%-
XYZ17.1217.4141.49-
YUV112.21161.74105.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=21.68%
G=31.71%
B=46.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801171720.530.3200.33215.8736.5149.41
Hex5075AC3520021d82531
Octal12016525465400413304561
Binary1010000111010110101100110101100000010000111011000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5075AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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