#59719F

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

Shades of San Marino #59719F

Tints of San Marino #59719F

Color information

#59719F (or 0x59719F) is unknown color: approx San Marino. HEX triplet: 59, 71 and 9F. RGB value is (89,113,159). Sum of RGB (Red+Green+Blue) = 89+113+159=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #59719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59719F is #A68E60. Grayscale: #6E6E6E. Windows color (decimal): -10915425 or 10449241. OLE color: 10449241.

HSL color Cylindrical-coordinate representation of color #59719F: hue angle of 219.43º 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 #59719F is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89113159-
CMYK0.440.2900.38
HSL219.43º28.23%48.63%-
HSV(B)219.43º44.03%62.35%-
XYZ16.2816.4435.12-
YUV111.07155.05112.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=24.65%
G=31.30%
B=44.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891131590.440.2900.38219.4328.2348.63
Hex59719F2C1D026db1c31
Octal13116123754350463333461
Binary10110011110001100111111011001110101001101101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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