Html Css Color HEX #59769E San Marino

📋 copy color: '#59769E'

red 89 ◦ green 118 ◦ blue 158

#59769E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #59769E

Tints of San Marino #59769E

RGB

 RED value IS 89 (35.16% from 255) = 24.38%

 GREEN value IS 118 (46.48% from 255) = 32.33%

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 24.38%
G = 32.33%
B = 43.29%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59769E (or 0x59769E) is known color: San Marino. HEX triplet: 59, 76 and 9E. RGB value is (89,118,158). Sum of RGB (Red+Green+Blue) = 89+118+158=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #59769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59769E is #A68961. Grayscale: #717171. Windows color (decimal): -10914146 or 10384985. OLE color: 10384985.

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

Color convert

RGB 89 118 158 -
CMYK 0.44 0.25 0 0.38
HSL 214.78º 0.28% 0.48% -
HSV(B) 214.78º 0.44% 0.62% -
XYZ 16.77 17.55 34.85 -
YUV 113.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 89 118 158 0.44 0.25 0 0.38 214.78 0.28 0.48
Hex 59 76 9E 2C 19 0 26 D7 1C 30
Octal 131 166 236 54 31 0 46 327 34 60
Binary 1011001 1110110 10011110 101100 11001 0 100110 11010111 11100 110000

Color Harmonies of #59769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59769E

Black with #59769E

Text Example


Text Example

White with #59769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59769E;
 }
 .AnyTagClassName
 {
   color: #59769E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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