#5476ae

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

Shades of San Marino #5476AE

Tints of San Marino #5476AE

Color information

#5476AE (or 0x5476AE) is unknown color: approx San Marino. HEX triplet: 54, 76 and AE. RGB value is (84,118,174). Sum of RGB (Red+Green+Blue) = 84+118+174=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #5476AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5476AE is #AB8951. Grayscale: #717171. Windows color (decimal): -11241810 or 11433556. OLE color: 11433556.

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

Color convert

RGB84118174-
CMYK0.520.3200.32
HSL217.33º35.71%50.59%-
HSV(B)217.33º51.72%68.24%-
XYZ17.7717.942.56-
YUV114.22161.74106.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=22.34%
G=31.38%
B=46.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841181740.520.3200.32217.3335.7150.59
Hex5476AE3420020d92433
Octal12416625664400403314463
Binary1010100111011010101110110100100000010000011011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5476ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5476ae; }

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

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

<style>
 a { background-color: #5476ae; }

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

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

<style>
 span { border-color: #5476ae; }

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

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