#59669F

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

Shades of San Marino #59669F

Tints of San Marino #59669F

Color information

#59669F (or 0x59669F) is unknown color: approx San Marino. HEX triplet: 59, 66 and 9F. RGB value is (89,102,159). Sum of RGB (Red+Green+Blue) = 89+102+159=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #59669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59669F is #A69960. Grayscale: #686868. Windows color (decimal): -10918241 or 10446425. OLE color: 10446425.

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

Color convert

RGB89102159-
CMYK0.440.3600.38
HSL228.86º28.23%48.63%-
HSV(B)228.86º44.03%62.35%-
XYZ15.1314.1334.73-
YUV104.61158.69116.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=25.43%
G=29.14%
B=45.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891021590.440.3600.38228.8628.2348.63
Hex59669F2C24026e51c31
Octal13114623754440463453461
Binary101100111001101001111110110010010001001101110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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