Html Css Color HEX #59717D Blue Bayoux

📋 copy color: '#59717D'

red 89 ◦ green 113 ◦ blue 125

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

Shades of Blue Bayoux #59717D

Tints of Blue Bayoux #59717D

RGB

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

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

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

R = 27.22%
G = 34.56%
B = 38.23%

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

#59717D (or 0x59717D) is known color: Blue Bayoux. HEX triplet: 59, 71 and 7D. RGB value is (89,113,125). Sum of RGB (Red+Green+Blue) = 89+113+125=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #59717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59717D is #A68E82. Grayscale: #6B6B6B. Windows color (decimal): -10915459 or 8221017. OLE color: 8221017.

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

Color convert

RGB 89 113 125 -
CMYK 0.29 0.10 0 0.51
HSL 200º 0.17% 0.42% -
HSV(B) 200º 0.29% 0.49% -
XYZ 13.73 15.41 21.65 -
YUV 107.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 89 113 125 0.29 0.10 0 0.51 200 0.17 0.42
Hex 59 71 7D 1D A 0 33 C8 11 2A
Octal 131 161 175 35 12 0 63 310 21 52
Binary 1011001 1110001 1111101 11101 1010 0 110011 11001000 10001 101010

Color Harmonies of #59717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59717D

Black with #59717D

Text Example


Text Example

White with #59717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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