Html Css Color HEX #59709D San Marino

📋 copy color: '#59709D'

red 89 ◦ green 112 ◦ blue 157

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

Shades of San Marino #59709D

Tints of San Marino #59709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 24.86%
G = 31.28%
B = 43.85%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59709D (or 0x59709D) is known color: San Marino. HEX triplet: 59, 70 and 9D. RGB value is (89,112,157). Sum of RGB (Red+Green+Blue) = 89+112+157=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #59709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59709D is #A68F62. Grayscale: #6E6E6E. Windows color (decimal): -10915683 or 10317913. OLE color: 10317913.

HSL color Cylindrical-coordinate representation of color #59709D: hue angle of 219.71º 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 #59709D is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 112 157 -
CMYK 0.43 0.29 0 0.38
HSL 219.71º 0.28% 0.48% -
HSV(B) 219.71º 0.43% 0.62% -
XYZ 16 16.15 34.17 -
YUV 110.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 89 112 157 0.43 0.29 0 0.38 219.71 0.28 0.48
Hex 59 70 9D 2B 1D 0 26 DC 1C 30
Octal 131 160 235 53 35 0 46 334 34 60
Binary 1011001 1110000 10011101 101011 11101 0 100110 11011100 11100 110000

Color Harmonies of #59709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59709D

Black with #59709D

Text Example


Text Example

White with #59709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59709D;
 }
 .AnyTagClassName
 {
   color: #59709D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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