#59679E

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

Shades of San Marino #59679E

Tints of San Marino #59679E

Color information

#59679E (or 0x59679E) is unknown color: approx San Marino. HEX triplet: 59, 67 and 9E. RGB value is (89,103,158). Sum of RGB (Red+Green+Blue) = 89+103+158=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #59679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59679E is #A69861. Grayscale: #686868. Windows color (decimal): -10917986 or 10381145. OLE color: 10381145.

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

Color convert

RGB89103158-
CMYK0.440.3500.38
HSL227.83º27.94%48.43%-
HSV(B)227.83º43.67%61.96%-
XYZ15.1414.2934.31-
YUV105.08157.86116.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=25.43%
G=29.43%
B=45.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891031580.440.3500.38227.8327.9448.43
Hex59679E2C23026e41c30
Octal13114723654430463443460
Binary101100111001111001111010110010001101001101110010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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