Html Css Color HEX #59727C Blue Bayoux

📋 copy color: '#59727C'

red 89 ◦ green 114 ◦ blue 124

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

Shades of Blue Bayoux #59727C

Tints of Blue Bayoux #59727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 27.22%
G = 34.86%
B = 37.92%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59727C (or 0x59727C) is known color: Blue Bayoux. HEX triplet: 59, 72 and 7C. RGB value is (89,114,124). Sum of RGB (Red+Green+Blue) = 89+114+124=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #59727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59727C is #A68D83. Grayscale: #6B6B6B. Windows color (decimal): -10915204 or 8155737. OLE color: 8155737.

HSL color Cylindrical-coordinate representation of color #59727C: hue angle of 197.14º 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 #59727C is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 114 124 -
CMYK 0.28 0.08 0 0.51
HSL 197.14º 0.16% 0.42% -
HSV(B) 197.14º 0.28% 0.49% -
XYZ 13.78 15.61 21.36 -
YUV 107.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 89 114 124 0.28 0.08 0 0.51 197.14 0.16 0.42
Hex 59 72 7C 1C 8 0 33 C5 10 2A
Octal 131 162 174 34 10 0 63 305 20 52
Binary 1011001 1110010 1111100 11100 1000 0 110011 11000101 10000 101010

Color Harmonies of #59727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59727C

Black with #59727C

Text Example


Text Example

White with #59727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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