Html Css Color HEX #59787C Blue Bayoux

📋 copy color: '#59787C'

red 89 ◦ green 120 ◦ blue 124

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

Shades of Blue Bayoux #59787C

Tints of Blue Bayoux #59787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

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

R = 26.73%
G = 36.04%
B = 37.24%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59787C (or 0x59787C) is known color: Blue Bayoux. HEX triplet: 59, 78 and 7C. RGB value is (89,120,124). Sum of RGB (Red+Green+Blue) = 89+120+124=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #59787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59787C is #A68783. Grayscale: #6F6F6F. Windows color (decimal): -10913668 or 8157273. OLE color: 8157273.

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

Color convert

RGB 89 120 124 -
CMYK 0.28 0.03 0 0.51
HSL 186.86º 0.16% 0.42% -
HSV(B) 186.86º 0.28% 0.49% -
XYZ 14.47 17.01 21.59 -
YUV 111.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 89 120 124 0.28 0.03 0 0.51 186.86 0.16 0.42
Hex 59 78 7C 1C 3 0 33 BB 10 2A
Octal 131 170 174 34 3 0 63 273 20 52
Binary 1011001 1111000 1111100 11100 11 0 110011 10111011 10000 101010

Color Harmonies of #59787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59787C

Black with #59787C

Text Example


Text Example

White with #59787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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