#5773AE

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

Shades of San Marino #5773AE

Tints of San Marino #5773AE

Color information

#5773AE (or 0x5773AE) is unknown color: approx San Marino. HEX triplet: 57, 73 and AE. RGB value is (87,115,174). Sum of RGB (Red+Green+Blue) = 87+115+174=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #5773AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5773AE is #A88C51. Grayscale: #717171. Windows color (decimal): -11045970 or 11432791. OLE color: 11432791.

HSL color Cylindrical-coordinate representation of color #5773AE: hue angle of 220.69º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5773AE is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87115174-
CMYK0.50.3400.32
HSL220.69º34.94%51.18%-
HSV(B)220.69º50%68.24%-
XYZ17.717.3442.46-
YUV113.35162.22109.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=23.14%
G=30.59%
B=46.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871151740.50.3400.32220.6934.9451.18
Hex5773AE3222020dd2333
Octal12716325662420403354363
Binary1010111111001110101110110010100010010000011011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5773AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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