#5773AB

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

Shades of San Marino #5773AB

Tints of San Marino #5773AB

Color information

#5773AB (or 0x5773AB) is unknown color: approx San Marino. HEX triplet: 57, 73 and AB. RGB value is (87,115,171). Sum of RGB (Red+Green+Blue) = 87+115+171=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #5773AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5773AB is #A88C54. Grayscale: #707070. Windows color (decimal): -11045973 or 11236183. OLE color: 11236183.

HSL color Cylindrical-coordinate representation of color #5773AB: hue angle of 220º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5773AB is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87115171-
CMYK0.490.3300.33
HSL220º33.33%50.59%-
HSV(B)220º49.12%67.06%-
XYZ17.4117.2340.94-
YUV113.01160.72109.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=23.32%
G=30.83%
B=45.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871151710.490.3300.3322033.3350.59
Hex5773AB3121021dc2133
Octal12716325361410413344163
Binary1010111111001110101011110001100001010000111011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5773AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,115,171); }

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

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

 a { background-color: rgb(87,115,171); }

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

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

 span { border-color: rgb(87,115,171); }

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