Html Css Color HEX #59777C Blue Bayoux

📋 copy color: '#59777C'

red 89 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #59777C

Tints of Blue Bayoux #59777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

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

R = 26.81%
G = 35.84%
B = 37.35%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59777C (or 0x59777C) is known color: Blue Bayoux. HEX triplet: 59, 77 and 7C. RGB value is (89,119,124). Sum of RGB (Red+Green+Blue) = 89+119+124=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #59777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59777C is #A68883. Grayscale: #6E6E6E. Windows color (decimal): -10913924 or 8157017. OLE color: 8157017.

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

Color convert

RGB 89 119 124 -
CMYK 0.28 0.04 0 0.51
HSL 188.57º 0.16% 0.42% -
HSV(B) 188.57º 0.28% 0.49% -
XYZ 14.35 16.77 21.55 -
YUV 110.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 89 119 124 0.28 0.04 0 0.51 188.57 0.16 0.42
Hex 59 77 7C 1C 4 0 33 BD 10 2A
Octal 131 167 174 34 4 0 63 275 20 52
Binary 1011001 1110111 1111100 11100 100 0 110011 10111101 10000 101010

Color Harmonies of #59777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59777C

Black with #59777C

Text Example


Text Example

White with #59777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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