#5572AA

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

Shades of San Marino #5572AA

Tints of San Marino #5572AA

Color information

#5572AA (or 0x5572AA) is unknown color: approx San Marino. HEX triplet: 55, 72 and AA. RGB value is (85,114,170). Sum of RGB (Red+Green+Blue) = 85+114+170=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #5572AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5572AA is #AA8D55. Grayscale: #6F6F6F. Windows color (decimal): -11177302 or 11170389. OLE color: 11170389.

HSL color Cylindrical-coordinate representation of color #5572AA: hue angle of 219.53º 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 #5572AA is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85114170-
CMYK0.500.3300.33
HSL219.53º33.33%50%-
HSV(B)219.53º50%66.67%-
XYZ17.0216.8740.39-
YUV111.71160.89108.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=23.04%
G=30.89%
B=46.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851141700.500.3300.33219.5333.3350
Hex5572AA3221021dc2132
Octal12516225262410413344162
Binary1010101111001010101010110010100001010000111011100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5572AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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