#5176AA

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

Shades of San Marino #5176AA

Tints of San Marino #5176AA

Color information

#5176AA (or 0x5176AA) is unknown color: approx San Marino. HEX triplet: 51, 76 and AA. RGB value is (81,118,170). Sum of RGB (Red+Green+Blue) = 81+118+170=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #5176AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5176AA is #AE8955. Grayscale: #707070. Windows color (decimal): -11438422 or 11171409. OLE color: 11171409.

HSL color Cylindrical-coordinate representation of color #5176AA: hue angle of 215.06º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5176AA is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81118170-
CMYK0.520.3100.33
HSL215.06º35.46%49.22%-
HSV(B)215.06º52.35%66.67%-
XYZ17.1317.6140.53-
YUV112.86160.24105.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=21.95%
G=31.98%
B=46.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811181700.520.3100.33215.0635.4649.22
Hex5176AA341F021d72331
Octal12116625264370413274361
Binary101000111101101010101011010011111010000111010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5176AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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