#59769E

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

Shades of San Marino #59769E

Tints of San Marino #59769E

Color information

#59769E (or 0x59769E) is unknown color: approx San Marino. HEX triplet: 59, 76 and 9E. RGB value is (89,118,158). Sum of RGB (Red+Green+Blue) = 89+118+158=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #59769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59769E is #A68961. Grayscale: #717171. Windows color (decimal): -10914146 or 10384985. OLE color: 10384985.

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

Color convert

RGB89118158-
CMYK0.440.2500.38
HSL214.78º27.94%48.43%-
HSV(B)214.78º43.67%61.96%-
XYZ16.7717.5534.85-
YUV113.89152.89110.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=24.38%
G=32.33%
B=43.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891181580.440.2500.38214.7827.9448.43
Hex59769E2C19026d71c30
Octal13116623654310463273460
Binary10110011110110100111101011001100101001101101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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