#5075AB

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

Shades of San Marino #5075AB

Tints of San Marino #5075AB

Color information

#5075AB (or 0x5075AB) is unknown color: approx San Marino. HEX triplet: 50, 75 and AB. RGB value is (80,117,171). Sum of RGB (Red+Green+Blue) = 80+117+171=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #5075AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5075AB is #AF8A54. Grayscale: #6F6F6F. Windows color (decimal): -11504213 or 11236688. OLE color: 11236688.

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

Color convert

RGB80117171-
CMYK0.530.3200.33
HSL215.6º36.25%49.22%-
HSV(B)215.6º53.22%67.06%-
XYZ17.0217.3740.98-
YUV112.09161.24105.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=21.74%
G=31.79%
B=46.47%

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
Decimal801171710.530.3200.33215.636.2549.22
Hex5075AB3520021d82431
Octal12016525365400413304461
Binary1010000111010110101011110101100000010000111011000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5075AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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