#59669E

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

Shades of San Marino #59669E

Tints of San Marino #59669E

Color information

#59669E (or 0x59669E) is unknown color: approx San Marino. HEX triplet: 59, 66 and 9E. RGB value is (89,102,158). Sum of RGB (Red+Green+Blue) = 89+102+158=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #59669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59669E is #A69961. Grayscale: #686868. Windows color (decimal): -10918242 or 10380889. OLE color: 10380889.

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

Color convert

RGB89102158-
CMYK0.440.3500.38
HSL228.7º27.94%48.43%-
HSV(B)228.7º43.67%61.96%-
XYZ15.0414.134.28-
YUV104.5158.19116.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=25.50%
G=29.23%
B=45.27%

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
Decimal891021580.440.3500.38228.727.9448.43
Hex59669E2C23026e51c30
Octal13114623654430463453460
Binary101100111001101001111010110010001101001101110010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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