#5778AD

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

Shades of San Marino #5778AD

Tints of San Marino #5778AD

Color information

#5778AD (or 0x5778AD) is unknown color: approx San Marino. HEX triplet: 57, 78 and AD. RGB value is (87,120,173). Sum of RGB (Red+Green+Blue) = 87+120+173=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #5778AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5778AD is #A88752. Grayscale: #737373. Windows color (decimal): -11044691 or 11368535. OLE color: 11368535.

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

Color convert

RGB87120173-
CMYK0.500.3100.32
HSL216.98º34.4%50.98%-
HSV(B)216.98º49.71%67.84%-
XYZ18.1918.4842.14-
YUV116.18160.07107.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=22.89%
G=31.58%
B=45.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871201730.500.3100.32216.9834.450.98
Hex5778AD321F020d92233
Octal12717025562370403314263
Binary101011111110001010110111001011111010000011011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5778AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5778AD; }

 p { color: rgb(87,120,173); }

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

<style>
 a { background-color: #5778AD; }

 a { background-color: rgb(87,120,173); }

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

<style>
 span { border-color: #5778AD; }

 span { border-color: rgb(87,120,173); }

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