#5477AE

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

Shades of San Marino #5477AE

Tints of San Marino #5477AE

Color information

#5477AE (or 0x5477AE) is unknown color: approx San Marino. HEX triplet: 54, 77 and AE. RGB value is (84,119,174). Sum of RGB (Red+Green+Blue) = 84+119+174=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #5477AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5477AE is #AB8851. Grayscale: #727272. Windows color (decimal): -11241554 or 11433812. OLE color: 11433812.

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

Color convert

RGB84119174-
CMYK0.520.3200.32
HSL216.67º35.71%50.59%-
HSV(B)216.67º51.72%68.24%-
XYZ17.8918.1342.6-
YUV114.8161.4106.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=22.28%
G=31.56%
B=46.15%

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
Decimal841191740.520.3200.32216.6735.7150.59
Hex5477AE3420020d92433
Octal12416725664400403314463
Binary1010100111011110101110110100100000010000011011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5477AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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