#59799E

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

Shades of San Marino #59799E

Tints of San Marino #59799E

Color information

#59799E (or 0x59799E) is unknown color: approx San Marino. HEX triplet: 59, 79 and 9E. RGB value is (89,121,158). Sum of RGB (Red+Green+Blue) = 89+121+158=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #59799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59799E is #A68661. Grayscale: #737373. Windows color (decimal): -10913378 or 10385753. OLE color: 10385753.

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

Color convert

RGB89121158-
CMYK0.440.2300.38
HSL212.17º27.94%48.43%-
HSV(B)212.17º43.67%61.96%-
XYZ17.1318.2734.97-
YUV115.65151.9108.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=24.18%
G=32.88%
B=42.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891211580.440.2300.38212.1727.9448.43
Hex59799E2C17026d41c30
Octal13117123654270463243460
Binary10110011111001100111101011001011101001101101010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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