#5577AA

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

Shades of San Marino #5577AA

Tints of San Marino #5577AA

Color information

#5577AA (or 0x5577AA) is unknown color: approx San Marino. HEX triplet: 55, 77 and AA. RGB value is (85,119,170). Sum of RGB (Red+Green+Blue) = 85+119+170=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #5577AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5577AA is #AA8855. Grayscale: #727272. Windows color (decimal): -11176022 or 11171669. OLE color: 11171669.

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

Color convert

RGB85119170-
CMYK0.500.300.33
HSL216º33.33%50%-
HSV(B)216º50%66.67%-
XYZ17.618.0340.58-
YUV114.65159.24106.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=22.73%
G=31.82%
B=45.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851191700.500.300.3321633.3350
Hex5577AA321E021d82132
Octal12516725262360413304162
Binary101010111101111010101011001011110010000111011000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5577AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5577AA; }

 p { color: rgb(85,119,170); }

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

<style>
 a { background-color: #5577AA; }

 a { background-color: rgb(85,119,170); }

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

<style>
 span { border-color: #5577AA; }

 span { border-color: rgb(85,119,170); }

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