Html Css Color HEX #59707C Blue Bayoux

📋 copy color: '#59707C'

red 89 ◦ green 112 ◦ blue 124

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

Shades of Blue Bayoux #59707C

Tints of Blue Bayoux #59707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 27.38%
G = 34.46%
B = 38.15%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59707C (or 0x59707C) is known color: Blue Bayoux. HEX triplet: 59, 70 and 7C. RGB value is (89,112,124). Sum of RGB (Red+Green+Blue) = 89+112+124=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #59707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59707C is #A68F83. Grayscale: #6A6A6A. Windows color (decimal): -10915716 or 8155225. OLE color: 8155225.

HSL color Cylindrical-coordinate representation of color #59707C: hue angle of 200.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59707C is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 112 124 -
CMYK 0.28 0.10 0 0.51
HSL 200.57º 0.16% 0.42% -
HSV(B) 200.57º 0.28% 0.49% -
XYZ 13.55 15.17 21.28 -
YUV 106.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 89 112 124 0.28 0.10 0 0.51 200.57 0.16 0.42
Hex 59 70 7C 1C A 0 33 C9 10 2A
Octal 131 160 174 34 12 0 63 311 20 52
Binary 1011001 1110000 1111100 11100 1010 0 110011 11001001 10000 101010

Color Harmonies of #59707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59707C

Black with #59707C

Text Example


Text Example

White with #59707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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