#5571AF

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

Shades of San Marino #5571AF

Tints of San Marino #5571AF

Color information

#5571AF (or 0x5571AF) is unknown color: approx San Marino. HEX triplet: 55, 71 and AF. RGB value is (85,113,175). Sum of RGB (Red+Green+Blue) = 85+113+175=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #5571AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5571AF is #AA8E50. Grayscale: #6F6F6F. Windows color (decimal): -11177553 or 11497813. OLE color: 11497813.

HSL color Cylindrical-coordinate representation of color #5571AF: hue angle of 221.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5571AF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85113175-
CMYK0.510.3500.31
HSL221.33º36%50.98%-
HSV(B)221.33º51.43%68.63%-
XYZ17.3916.8442.89-
YUV111.7163.72108.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=22.79%
G=30.29%
B=46.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851131750.510.3500.31221.333650.98
Hex5571AF332301Fdd2433
Octal12516125763430373354463
Binary101010111100011010111111001110001101111111011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5571AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5571AF; }

 p { color: rgb(85,113,175); }

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

<style>
 a { background-color: #5571AF; }

 a { background-color: rgb(85,113,175); }

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

<style>
 span { border-color: #5571AF; }

 span { border-color: rgb(85,113,175); }

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