#59749F

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

Shades of San Marino #59749F

Tints of San Marino #59749F

Color information

#59749F (or 0x59749F) is unknown color: approx San Marino. HEX triplet: 59, 74 and 9F. RGB value is (89,116,159). Sum of RGB (Red+Green+Blue) = 89+116+159=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #59749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59749F is #A68B60. Grayscale: #707070. Windows color (decimal): -10914657 or 10450009. OLE color: 10450009.

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

Color convert

RGB89116159-
CMYK0.440.2700.38
HSL216.86º28.23%48.63%-
HSV(B)216.86º44.03%62.35%-
XYZ16.6217.1235.23-
YUV112.83154.05111-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=24.45%
G=31.87%
B=43.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891161590.440.2700.38216.8628.2348.63
Hex59749F2C1B026d91c31
Octal13116423754330463313461
Binary10110011110100100111111011001101101001101101100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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