#5176AC

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

Shades of San Marino #5176AC

Tints of San Marino #5176AC

Color information

#5176AC (or 0x5176AC) is unknown color: approx San Marino. HEX triplet: 51, 76 and AC. RGB value is (81,118,172). Sum of RGB (Red+Green+Blue) = 81+118+172=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #5176AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5176AC is #AE8953. Grayscale: #707070. Windows color (decimal): -11438420 or 11302481. OLE color: 11302481.

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

Color convert

RGB81118172-
CMYK0.530.3100.33
HSL215.6º35.97%49.61%-
HSV(B)215.6º52.91%67.45%-
XYZ17.3217.6841.53-
YUV113.09161.24105.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=21.83%
G=31.81%
B=46.36%

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
Decimal811181720.530.3100.33215.635.9749.61
Hex5176AC351F021d82432
Octal12116625465370413304462
Binary101000111101101010110011010111111010000111011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5176AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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