Html Css Color HEX #59747A Blue Bayoux

📋 copy color: '#59747A'

red 89 ◦ green 116 ◦ blue 122

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

Shades of Blue Bayoux #59747A

Tints of Blue Bayoux #59747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 27.22%
G = 35.47%
B = 37.31%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59747A (or 0x59747A) is known color: Blue Bayoux. HEX triplet: 59, 74 and 7A. RGB value is (89,116,122). Sum of RGB (Red+Green+Blue) = 89+116+122=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #59747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59747A is #A68B85. Grayscale: #6C6C6C. Windows color (decimal): -10914694 or 8025177. OLE color: 8025177.

HSL color Cylindrical-coordinate representation of color #59747A: hue angle of 190.91º 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 #59747A is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 116 122 -
CMYK 0.27 0.05 0 0.52
HSL 190.91º 0.16% 0.41% -
HSV(B) 190.91º 0.27% 0.48% -
XYZ 13.88 16.02 20.77 -
YUV 108.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 89 116 122 0.27 0.05 0 0.52 190.91 0.16 0.41
Hex 59 74 7A 1B 5 0 34 BF 10 29
Octal 131 164 172 33 5 0 64 277 20 51
Binary 1011001 1110100 1111010 11011 101 0 110100 10111111 10000 101001

Color Harmonies of #59747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59747A

Black with #59747A

Text Example


Text Example

White with #59747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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