#5572AB

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

Shades of San Marino #5572AB

Tints of San Marino #5572AB

Color information

#5572AB (or 0x5572AB) is unknown color: approx San Marino. HEX triplet: 55, 72 and AB. RGB value is (85,114,171). Sum of RGB (Red+Green+Blue) = 85+114+171=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #5572AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5572AB is #AA8D54. Grayscale: #6F6F6F. Windows color (decimal): -11177301 or 11235925. OLE color: 11235925.

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

Color convert

RGB85114171-
CMYK0.500.3300.33
HSL219.77º33.86%50.2%-
HSV(B)219.77º50.29%67.06%-
XYZ17.1116.9140.89-
YUV111.83161.39108.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=22.97%
G=30.81%
B=46.22%

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
Decimal851141710.500.3300.33219.7733.8650.2
Hex5572AB3221021dc2232
Octal12516225362410413344262
Binary1010101111001010101011110010100001010000111011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5572AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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