#5174A2

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

Shades of San Marino #5174A2

Tints of San Marino #5174A2

Color information

#5174A2 (or 0x5174A2) is unknown color: approx San Marino. HEX triplet: 51, 74 and A2. RGB value is (81,116,162). Sum of RGB (Red+Green+Blue) = 81+116+162=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #5174A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5174A2 is #AE8B5D. Grayscale: #6E6E6E. Windows color (decimal): -11438942 or 10646609. OLE color: 10646609.

HSL color Cylindrical-coordinate representation of color #5174A2: hue angle of 214.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5174A2 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81116162-
CMYK0.500.2800.36
HSL214.07º33.33%47.65%-
HSV(B)214.07º50%63.53%-
XYZ16.1616.8536.58-
YUV110.78156.9106.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 162 (63.67% from 255) = 45.13%
R=22.56%
G=32.31%
B=45.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811161620.500.2800.36214.0733.3347.65
Hex5174A2321C024d62130
Octal12116424262340443264160
Binary101000111101001010001011001011100010010011010110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5174A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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