#59699F

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

Shades of San Marino #59699F

Tints of San Marino #59699F

Color information

#59699F (or 0x59699F) is unknown color: approx San Marino. HEX triplet: 59, 69 and 9F. RGB value is (89,105,159). Sum of RGB (Red+Green+Blue) = 89+105+159=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #59699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59699F is #A69660. Grayscale: #6A6A6A. Windows color (decimal): -10917473 or 10447193. OLE color: 10447193.

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

Color convert

RGB89105159-
CMYK0.440.3400.38
HSL226.29º28.23%48.63%-
HSV(B)226.29º44.03%62.35%-
XYZ15.4314.7334.83-
YUV106.37157.7115.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=25.21%
G=29.75%
B=45.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891051590.440.3400.38226.2928.2348.63
Hex59699F2C22026e21c31
Octal13115123754420463423461
Binary101100111010011001111110110010001001001101110001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59699F; }

 p { color: rgb(89,105,159); }

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

<style>
 a { background-color: #59699F; }

 a { background-color: rgb(89,105,159); }

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

<style>
 span { border-color: #59699F; }

 span { border-color: rgb(89,105,159); }

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