Html Css Color HEX #59797D Blue Bayoux

📋 copy color: '#59797D'

red 89 ◦ green 121 ◦ blue 125

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

Shades of Blue Bayoux #59797D

Tints of Blue Bayoux #59797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 26.57%
G = 36.12%
B = 37.31%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59797D (or 0x59797D) is known color: Blue Bayoux. HEX triplet: 59, 79 and 7D. RGB value is (89,121,125). Sum of RGB (Red+Green+Blue) = 89+121+125=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #59797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59797D is #A68682. Grayscale: #6F6F6F. Windows color (decimal): -10913411 or 8223065. OLE color: 8223065.

HSL color Cylindrical-coordinate representation of color #59797D: hue angle of 186.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59797D is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 121 125 -
CMYK 0.29 0.03 0 0.51
HSL 186.67º 0.17% 0.42% -
HSV(B) 186.67º 0.29% 0.49% -
XYZ 14.66 17.28 21.96 -
YUV 111.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 89 121 125 0.29 0.03 0 0.51 186.67 0.17 0.42
Hex 59 79 7D 1D 3 0 33 BB 11 2A
Octal 131 171 175 35 3 0 63 273 21 52
Binary 1011001 1111001 1111101 11101 11 0 110011 10111011 10001 101010

Color Harmonies of #59797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59797D

Black with #59797D

Text Example


Text Example

White with #59797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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