#5778AA

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

Shades of San Marino #5778AA

Tints of San Marino #5778AA

Color information

#5778AA (or 0x5778AA) is unknown color: approx San Marino. HEX triplet: 57, 78 and AA. RGB value is (87,120,170). Sum of RGB (Red+Green+Blue) = 87+120+170=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #5778AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5778AA is #A88755. Grayscale: #737373. Windows color (decimal): -11044694 or 11171927. OLE color: 11171927.

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

Color convert

RGB87120170-
CMYK0.490.2900.33
HSL216.14º32.81%50.39%-
HSV(B)216.14º48.82%66.67%-
XYZ17.918.3640.63-
YUV115.83158.57107.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=23.08%
G=31.83%
B=45.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871201700.490.2900.33216.1432.8150.39
Hex5778AA311D021d82132
Octal12717025261350413304162
Binary101011111110001010101011000111101010000111011000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5778AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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