#59699E

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

Shades of San Marino #59699E

Tints of San Marino #59699E

Color information

#59699E (or 0x59699E) is unknown color: approx San Marino. HEX triplet: 59, 69 and 9E. RGB value is (89,105,158). Sum of RGB (Red+Green+Blue) = 89+105+158=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #59699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59699E is #A69661. Grayscale: #6A6A6A. Windows color (decimal): -10917474 or 10381657. OLE color: 10381657.

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

Color convert

RGB89105158-
CMYK0.440.3400.38
HSL226.09º27.94%48.43%-
HSV(B)226.09º43.67%61.96%-
XYZ15.3414.734.38-
YUV106.26157.2115.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=25.28%
G=29.83%
B=44.89%

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
Decimal891051580.440.3400.38226.0927.9448.43
Hex59699E2C22026e21c30
Octal13115123654420463423460
Binary101100111010011001111010110010001001001101110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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