Html Css Color HEX #59717E Blue Bayoux

📋 copy color: '#59717E'

red 89 ◦ green 113 ◦ blue 126

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

Shades of Blue Bayoux #59717E

Tints of Blue Bayoux #59717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 126 (49.61% from 255) = 38.41%

R = 27.13%
G = 34.45%
B = 38.41%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59717E (or 0x59717E) is known color: Blue Bayoux. HEX triplet: 59, 71 and 7E. RGB value is (89,113,126). Sum of RGB (Red+Green+Blue) = 89+113+126=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 126 - color contains mainly: blue. Hex color #59717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59717E is #A68E81. Grayscale: #6B6B6B. Windows color (decimal): -10915458 or 8286553. OLE color: 8286553.

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

Color convert

RGB 89 113 126 -
CMYK 0.29 0.10 0 0.51
HSL 201.08º 0.17% 0.42% -
HSV(B) 201.08º 0.29% 0.49% -
XYZ 13.79 15.44 21.99 -
YUV 107.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 89 113 126 0.29 0.10 0 0.51 201.08 0.17 0.42
Hex 59 71 7E 1D A 0 33 C9 11 2A
Octal 131 161 176 35 12 0 63 311 21 52
Binary 1011001 1110001 1111110 11101 1010 0 110011 11001001 10001 101010

Color Harmonies of #59717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59717E

Black with #59717E

Text Example


Text Example

White with #59717E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,113,126); }

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

background-color css

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

 a { background-color: rgb(89,113,126); }

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

border-color css

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

 span { border-color: rgb(89,113,126); }

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