Html Css Color HEX #59717C Blue Bayoux

📋 copy color: '#59717C'

red 89 ◦ green 113 ◦ blue 124

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

Shades of Blue Bayoux #59717C

Tints of Blue Bayoux #59717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 27.3%
G = 34.66%
B = 38.04%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59717C (or 0x59717C) is known color: Blue Bayoux. HEX triplet: 59, 71 and 7C. RGB value is (89,113,124). Sum of RGB (Red+Green+Blue) = 89+113+124=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #59717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59717C is #A68E83. Grayscale: #6B6B6B. Windows color (decimal): -10915460 or 8155481. OLE color: 8155481.

HSL color Cylindrical-coordinate representation of color #59717C: hue angle of 198.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59717C is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 113 124 -
CMYK 0.28 0.09 0 0.51
HSL 198.86º 0.16% 0.42% -
HSV(B) 198.86º 0.28% 0.49% -
XYZ 13.66 15.39 21.32 -
YUV 107.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 89 113 124 0.28 0.09 0 0.51 198.86 0.16 0.42
Hex 59 71 7C 1C 9 0 33 C7 10 2A
Octal 131 161 174 34 11 0 63 307 20 52
Binary 1011001 1110001 1111100 11100 1001 0 110011 11000111 10000 101010

Color Harmonies of #59717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59717C

Black with #59717C

Text Example


Text Example

White with #59717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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