Html Css Color HEX #59707A Blue Bayoux

📋 copy color: '#59707A'

red 89 ◦ green 112 ◦ blue 122

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

Shades of Blue Bayoux #59707A

Tints of Blue Bayoux #59707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

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

R = 27.55%
G = 34.67%
B = 37.77%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59707A (or 0x59707A) is known color: Blue Bayoux. HEX triplet: 59, 70 and 7A. RGB value is (89,112,122). Sum of RGB (Red+Green+Blue) = 89+112+122=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #59707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59707A is #A68F85. Grayscale: #6A6A6A. Windows color (decimal): -10915718 or 8024153. OLE color: 8024153.

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

Color convert

RGB 89 112 122 -
CMYK 0.27 0.08 0 0.52
HSL 198.18º 0.16% 0.41% -
HSV(B) 198.18º 0.27% 0.48% -
XYZ 13.43 15.12 20.62 -
YUV 106.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 89 112 122 0.27 0.08 0 0.52 198.18 0.16 0.41
Hex 59 70 7A 1B 8 0 34 C6 10 29
Octal 131 160 172 33 10 0 64 306 20 51
Binary 1011001 1110000 1111010 11011 1000 0 110100 11000110 10000 101001

Color Harmonies of #59707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59707A

Black with #59707A

Text Example


Text Example

White with #59707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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