#5174AA

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

Shades of San Marino #5174AA

Tints of San Marino #5174AA

Color information

#5174AA (or 0x5174AA) is unknown color: approx San Marino. HEX triplet: 51, 74 and AA. RGB value is (81,116,170). Sum of RGB (Red+Green+Blue) = 81+116+170=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #5174AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5174AA is #AE8B55. Grayscale: #6F6F6F. Windows color (decimal): -11438934 or 11170897. OLE color: 11170897.

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

Color convert

RGB81116170-
CMYK0.520.3200.33
HSL216.4º35.46%49.22%-
HSV(B)216.4º52.35%66.67%-
XYZ16.8917.1440.45-
YUV111.69160.9106.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=22.07%
G=31.61%
B=46.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811161700.520.3200.33216.435.4649.22
Hex5174AA3420021d82331
Octal12116425264400413304361
Binary1010001111010010101010110100100000010000111011000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5174AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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