Html Css Color HEX #59767A Blue Bayoux

📋 copy color: '#59767A'

red 89 ◦ green 118 ◦ blue 122

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

Shades of Blue Bayoux #59767A

Tints of Blue Bayoux #59767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 27.05%
G = 35.87%
B = 37.08%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59767A (or 0x59767A) is known color: Blue Bayoux. HEX triplet: 59, 76 and 7A. RGB value is (89,118,122). Sum of RGB (Red+Green+Blue) = 89+118+122=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #59767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59767A is #A68985. Grayscale: #6D6D6D. Windows color (decimal): -10914182 or 8025689. OLE color: 8025689.

HSL color Cylindrical-coordinate representation of color #59767A: hue angle of 187.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59767A is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 118 122 -
CMYK 0.27 0.03 0 0.52
HSL 187.27º 0.16% 0.41% -
HSV(B) 187.27º 0.27% 0.48% -
XYZ 14.11 16.49 20.85 -
YUV 109.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 89 118 122 0.27 0.03 0 0.52 187.27 0.16 0.41
Hex 59 76 7A 1B 3 0 34 BB 10 29
Octal 131 166 172 33 3 0 64 273 20 51
Binary 1011001 1110110 1111010 11011 11 0 110100 10111011 10000 101001

Color Harmonies of #59767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59767A

Black with #59767A

Text Example


Text Example

White with #59767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59767A; }

 p { color: rgb(89,118,122); }

 H1.HeaderClassName
 {
   color: #59767A;
 }
 .AnyTagClassName
 {
   color: #59767A;
 }
</style>

background-color css

<style>
 a { background-color: #59767A; }

 a { background-color: rgb(89,118,122); }

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

border-color css

<style>
 span { border-color: #59767A; }

 span { border-color: rgb(89,118,122); }

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