Html Css Color HEX #59707F Blue Bayoux

📋 copy color: '#59707F'

red 89 ◦ green 112 ◦ blue 127

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

Shades of Blue Bayoux #59707F

Tints of Blue Bayoux #59707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.72%

R = 27.13%
G = 34.15%
B = 38.72%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59707F (or 0x59707F) is known color: Blue Bayoux. HEX triplet: 59, 70 and 7F. RGB value is (89,112,127). Sum of RGB (Red+Green+Blue) = 89+112+127=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #59707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59707F is #A68F80. Grayscale: #6A6A6A. Windows color (decimal): -10915713 or 8351833. OLE color: 8351833.

HSL color Cylindrical-coordinate representation of color #59707F: hue angle of 203.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59707F is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 112 127 -
CMYK 0.30 0.12 0 0.50
HSL 203.68º 0.18% 0.42% -
HSV(B) 203.68º 0.3% 0.5% -
XYZ 13.74 15.24 22.3 -
YUV 106.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 89 112 127 0.30 0.12 0 0.50 203.68 0.18 0.42
Hex 59 70 7F 1E C 0 32 CC 12 2A
Octal 131 160 177 36 14 0 62 314 22 52
Binary 1011001 1110000 1111111 11110 1100 0 110010 11001100 10010 101010

Color Harmonies of #59707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59707F

Black with #59707F

Text Example


Text Example

White with #59707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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