Html Css Color HEX #59749E San Marino

📋 copy color: '#59749E'

red 89 ◦ green 116 ◦ blue 158

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

Shades of San Marino #59749E

Tints of San Marino #59749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 24.52%
G = 31.96%
B = 43.53%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59749E (or 0x59749E) is known color: San Marino. HEX triplet: 59, 74 and 9E. RGB value is (89,116,158). Sum of RGB (Red+Green+Blue) = 89+116+158=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #59749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59749E is #A68B61. Grayscale: #707070. Windows color (decimal): -10914658 or 10384473. OLE color: 10384473.

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

Color convert

RGB 89 116 158 -
CMYK 0.44 0.27 0 0.38
HSL 216.52º 0.28% 0.48% -
HSV(B) 216.52º 0.44% 0.62% -
XYZ 16.54 17.08 34.77 -
YUV 112.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 89 116 158 0.44 0.27 0 0.38 216.52 0.28 0.48
Hex 59 74 9E 2C 1B 0 26 D9 1C 30
Octal 131 164 236 54 33 0 46 331 34 60
Binary 1011001 1110100 10011110 101100 11011 0 100110 11011001 11100 110000

Color Harmonies of #59749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59749E

Black with #59749E

Text Example


Text Example

White with #59749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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