#5471aa

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

Shades of San Marino #5471AA

Tints of San Marino #5471AA

Color information

#5471AA (or 0x5471AA) is unknown color: approx San Marino. HEX triplet: 54, 71 and AA. RGB value is (84,113,170). Sum of RGB (Red+Green+Blue) = 84+113+170=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 113 (44.53% from 255 or 30.79% 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 #5471AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5471AA is #AB8E55. Grayscale: #6E6E6E. Windows color (decimal): -11243094 or 11170132. OLE color: 11170132.

HSL color Cylindrical-coordinate representation of color #5471AA: hue angle of 219.77º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5471AA is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84113170-
CMYK0.510.3400.33
HSL219.77º33.86%49.8%-
HSV(B)219.77º50.59%66.67%-
XYZ16.8216.640.35-
YUV110.83161.39108.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=22.89%
G=30.79%
B=46.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841131700.510.3400.33219.7733.8649.8
Hex5471AA3322021dc2232
Octal12416125263420413344262
Binary1010100111000110101010110011100010010000111011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5471aa; }

 p { color: rgb(84,113,170); }

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

<style>
 a { background-color: #5471aa; }

 a { background-color: rgb(84,113,170); }

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

<style>
 span { border-color: #5471aa; }

 span { border-color: rgb(84,113,170); }

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