#59709D

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

Shades of San Marino #59709D

Tints of San Marino #59709D

Color information

#59709D (or 0x59709D) is unknown color: approx San Marino. HEX triplet: 59, 70 and 9D. RGB value is (89,112,157). Sum of RGB (Red+Green+Blue) = 89+112+157=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #59709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59709D is #A68F62. Grayscale: #6E6E6E. Windows color (decimal): -10915683 or 10317913. OLE color: 10317913.

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

Color convert

RGB89112157-
CMYK0.430.2900.38
HSL219.71º27.64%48.24%-
HSV(B)219.71º43.31%61.57%-
XYZ1616.1534.17-
YUV110.25154.38112.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=24.86%
G=31.28%
B=43.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891121570.430.2900.38219.7127.6448.24
Hex59709D2B1D026dc1c30
Octal13116023553350463343460
Binary10110011110000100111011010111110101001101101110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59709D; }

 p { color: rgb(89,112,157); }

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

<style>
 a { background-color: #59709D; }

 a { background-color: rgb(89,112,157); }

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

<style>
 span { border-color: #59709D; }

 span { border-color: rgb(89,112,157); }

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