Html Css Color HEX #59777D Blue Bayoux

📋 copy color: '#59777D'

red 89 ◦ green 119 ◦ blue 125

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

Shades of Blue Bayoux #59777D

Tints of Blue Bayoux #59777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

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

R = 26.73%
G = 35.74%
B = 37.54%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59777D (or 0x59777D) is known color: Blue Bayoux. HEX triplet: 59, 77 and 7D. RGB value is (89,119,125). Sum of RGB (Red+Green+Blue) = 89+119+125=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #59777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59777D is #A68882. Grayscale: #6E6E6E. Windows color (decimal): -10913923 or 8222553. OLE color: 8222553.

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

Color convert

RGB 89 119 125 -
CMYK 0.29 0.05 0 0.51
HSL 190º 0.17% 0.42% -
HSV(B) 190º 0.29% 0.49% -
XYZ 14.42 16.8 21.88 -
YUV 110.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 89 119 125 0.29 0.05 0 0.51 190 0.17 0.42
Hex 59 77 7D 1D 5 0 33 BE 11 2A
Octal 131 167 175 35 5 0 63 276 21 52
Binary 1011001 1110111 1111101 11101 101 0 110011 10111110 10001 101010

Color Harmonies of #59777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59777D

Black with #59777D

Text Example


Text Example

White with #59777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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