Html Css Color HEX #59767B Blue Bayoux

📋 copy color: '#59767B'

red 89 ◦ green 118 ◦ blue 123

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

Shades of Blue Bayoux #59767B

Tints of Blue Bayoux #59767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 26.97%
G = 35.76%
B = 37.27%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59767B (or 0x59767B) is known color: Blue Bayoux. HEX triplet: 59, 76 and 7B. RGB value is (89,118,123). Sum of RGB (Red+Green+Blue) = 89+118+123=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #59767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59767B is #A68984. Grayscale: #6D6D6D. Windows color (decimal): -10914181 or 8091225. OLE color: 8091225.

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

Color convert

RGB 89 118 123 -
CMYK 0.28 0.04 0 0.52
HSL 188.82º 0.16% 0.42% -
HSV(B) 188.82º 0.28% 0.48% -
XYZ 14.17 16.51 21.18 -
YUV 109.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 89 118 123 0.28 0.04 0 0.52 188.82 0.16 0.42
Hex 59 76 7B 1C 4 0 34 BD 10 2A
Octal 131 166 173 34 4 0 64 275 20 52
Binary 1011001 1110110 1111011 11100 100 0 110100 10111101 10000 101010

Color Harmonies of #59767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59767B

Black with #59767B

Text Example


Text Example

White with #59767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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