#5176AD

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

Shades of San Marino #5176AD

Tints of San Marino #5176AD

Color information

#5176AD (or 0x5176AD) is unknown color: approx San Marino. HEX triplet: 51, 76 and AD. RGB value is (81,118,173). Sum of RGB (Red+Green+Blue) = 81+118+173=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #5176AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5176AD is #AE8952. Grayscale: #707070. Windows color (decimal): -11438419 or 11368017. OLE color: 11368017.

HSL color Cylindrical-coordinate representation of color #5176AD: hue angle of 215.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5176AD is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81118173-
CMYK0.530.3200.32
HSL215.87º36.22%49.8%-
HSV(B)215.87º53.18%67.84%-
XYZ17.4117.7242.04-
YUV113.21161.74105.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=21.77%
G=31.72%
B=46.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811181730.530.3200.32215.8736.2249.8
Hex5176AD3520020d82432
Octal12116625565400403304462
Binary1010001111011010101101110101100000010000011011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5176AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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