#5176ab

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

Shades of San Marino #5176AB

Tints of San Marino #5176AB

Color information

#5176AB (or 0x5176AB) is unknown color: approx San Marino. HEX triplet: 51, 76 and AB. RGB value is (81,118,171). Sum of RGB (Red+Green+Blue) = 81+118+171=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 118 (46.48% from 255 or 31.89% 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 #5176AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5176AB is #AE8954. Grayscale: #707070. Windows color (decimal): -11438421 or 11236945. OLE color: 11236945.

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

Color convert

RGB81118171-
CMYK0.530.3100.33
HSL215.33º35.71%49.41%-
HSV(B)215.33º52.63%67.06%-
XYZ17.2217.6541.03-
YUV112.98160.74105.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=21.89%
G=31.89%
B=46.22%

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
Decimal811181710.530.3100.33215.3335.7149.41
Hex5176AB351F021d72431
Octal12116625365370413274461
Binary101000111101101010101111010111111010000111010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5176ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5176ab; }

 p { color: rgb(81,118,171); }

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

<style>
 a { background-color: #5176ab; }

 a { background-color: rgb(81,118,171); }

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

<style>
 span { border-color: #5176ab; }

 span { border-color: rgb(81,118,171); }

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