#57769E

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

Shades of San Marino #57769E

Tints of San Marino #57769E

Color information

#57769E (or 0x57769E) is unknown color: approx San Marino. HEX triplet: 57, 76 and 9E. RGB value is (87,118,158). Sum of RGB (Red+Green+Blue) = 87+118+158=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #57769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57769E is #A88961. Grayscale: #717171. Windows color (decimal): -11045218 or 10384983. OLE color: 10384983.

HSL color Cylindrical-coordinate representation of color #57769E: hue angle of 213.8º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57769E is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87118158-
CMYK0.450.2500.38
HSL213.8º28.98%48.04%-
HSV(B)213.8º44.94%61.96%-
XYZ16.5817.4534.84-
YUV113.29153.23109.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=23.97%
G=32.51%
B=43.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871181580.450.2500.38213.828.9848.04
Hex57769E2D19026d61d30
Octal12716623655310463263560
Binary10101111110110100111101011011100101001101101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57769E; }

 p { color: rgb(87,118,158); }

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

<style>
 a { background-color: #57769E; }

 a { background-color: rgb(87,118,158); }

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

<style>
 span { border-color: #57769E; }

 span { border-color: rgb(87,118,158); }

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