#59769D

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

Shades of San Marino #59769D

Tints of San Marino #59769D

Color information

#59769D (or 0x59769D) is unknown color: approx San Marino. HEX triplet: 59, 76 and 9D. RGB value is (89,118,157). Sum of RGB (Red+Green+Blue) = 89+118+157=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #59769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59769D is #A68962. Grayscale: #717171. Windows color (decimal): -10914147 or 10319449. OLE color: 10319449.

HSL color Cylindrical-coordinate representation of color #59769D: hue angle of 214.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59769D is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89118157-
CMYK0.430.2500.38
HSL214.41º27.64%48.24%-
HSV(B)214.41º43.31%61.57%-
XYZ16.6817.5234.4-
YUV113.78152.39110.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=24.45%
G=32.42%
B=43.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891181570.430.2500.38214.4127.6448.24
Hex59769D2B19026d61c30
Octal13116623553310463263460
Binary10110011110110100111011010111100101001101101011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59769D; }

 p { color: rgb(89,118,157); }

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

<style>
 a { background-color: #59769D; }

 a { background-color: rgb(89,118,157); }

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

<style>
 span { border-color: #59769D; }

 span { border-color: rgb(89,118,157); }

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