Html Css Color HEX #59717F Blue Bayoux

📋 copy color: '#59717F'

red 89 ◦ green 113 ◦ blue 127

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

Shades of Blue Bayoux #59717F

Tints of Blue Bayoux #59717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 27.05%
G = 34.35%
B = 38.6%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59717F (or 0x59717F) is known color: Blue Bayoux. HEX triplet: 59, 71 and 7F. RGB value is (89,113,127). Sum of RGB (Red+Green+Blue) = 89+113+127=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #59717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59717F is #A68E80. Grayscale: #6B6B6B. Windows color (decimal): -10915457 or 8352089. OLE color: 8352089.

HSL color Cylindrical-coordinate representation of color #59717F: hue angle of 202.11º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59717F is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 113 127 -
CMYK 0.30 0.11 0 0.50
HSL 202.11º 0.18% 0.42% -
HSV(B) 202.11º 0.3% 0.5% -
XYZ 13.86 15.47 22.33 -
YUV 107.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 89 113 127 0.30 0.11 0 0.50 202.11 0.18 0.42
Hex 59 71 7F 1E B 0 32 CA 12 2A
Octal 131 161 177 36 13 0 62 312 22 52
Binary 1011001 1110001 1111111 11110 1011 0 110010 11001010 10010 101010

Color Harmonies of #59717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59717F

Black with #59717F

Text Example


Text Example

White with #59717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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