#59679F

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

Shades of San Marino #59679F

Tints of San Marino #59679F

Color information

#59679F (or 0x59679F) is unknown color: approx San Marino. HEX triplet: 59, 67 and 9F. RGB value is (89,103,159). Sum of RGB (Red+Green+Blue) = 89+103+159=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #59679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59679F is #A69860. Grayscale: #686868. Windows color (decimal): -10917985 or 10446681. OLE color: 10446681.

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

Color convert

RGB89103159-
CMYK0.440.3500.38
HSL228º28.23%48.63%-
HSV(B)228º44.03%62.35%-
XYZ15.2314.3334.76-
YUV105.2158.36116.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=25.36%
G=29.34%
B=45.30%

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
Decimal891031590.440.3500.3822828.2348.63
Hex59679F2C23026e41c31
Octal13114723754430463443461
Binary101100111001111001111110110010001101001101110010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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