#5471AE

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

Shades of San Marino #5471AE

Tints of San Marino #5471AE

Color information

#5471AE (or 0x5471AE) is unknown color: approx San Marino. HEX triplet: 54, 71 and AE. RGB value is (84,113,174). Sum of RGB (Red+Green+Blue) = 84+113+174=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #5471AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5471AE is #AB8E51. Grayscale: #6F6F6F. Windows color (decimal): -11243090 or 11432276. OLE color: 11432276.

HSL color Cylindrical-coordinate representation of color #5471AE: hue angle of 220.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5471AE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84113174-
CMYK0.520.3500.32
HSL220.67º35.71%50.59%-
HSV(B)220.67º51.72%68.24%-
XYZ17.216.7542.37-
YUV111.28163.39108.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=22.64%
G=30.46%
B=46.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841131740.520.3500.32220.6735.7150.59
Hex5471AE3423020dd2433
Octal12416125664430403354463
Binary1010100111000110101110110100100011010000011011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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