#5777AE

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

Shades of San Marino #5777AE

Tints of San Marino #5777AE

Color information

#5777AE (or 0x5777AE) is unknown color: approx San Marino. HEX triplet: 57, 77 and AE. RGB value is (87,119,174). Sum of RGB (Red+Green+Blue) = 87+119+174=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #5777AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5777AE is #A88851. Grayscale: #737373. Windows color (decimal): -11044946 or 11433815. OLE color: 11433815.

HSL color Cylindrical-coordinate representation of color #5777AE: hue angle of 217.93º 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 #5777AE is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87119174-
CMYK0.50.3200.32
HSL217.93º34.94%51.18%-
HSV(B)217.93º50%68.24%-
XYZ18.1718.2842.61-
YUV115.7160.9107.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=22.89%
G=31.32%
B=45.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871191740.50.3200.32217.9334.9451.18
Hex5777AE3220020da2333
Octal12716725662400403324363
Binary1010111111011110101110110010100000010000011011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5777AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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