Html Css Color HEX #59707D Blue Bayoux

📋 copy color: '#59707D'

red 89 ◦ green 112 ◦ blue 125

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

Shades of Blue Bayoux #59707D

Tints of Blue Bayoux #59707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 27.3%
G = 34.36%
B = 38.34%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59707D (or 0x59707D) is known color: Blue Bayoux. HEX triplet: 59, 70 and 7D. RGB value is (89,112,125). Sum of RGB (Red+Green+Blue) = 89+112+125=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #59707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59707D is #A68F82. Grayscale: #6A6A6A. Windows color (decimal): -10915715 or 8220761. OLE color: 8220761.

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

Color convert

RGB 89 112 125 -
CMYK 0.29 0.10 0 0.51
HSL 201.67º 0.17% 0.42% -
HSV(B) 201.67º 0.29% 0.49% -
XYZ 13.62 15.19 21.62 -
YUV 106.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 89 112 125 0.29 0.10 0 0.51 201.67 0.17 0.42
Hex 59 70 7D 1D A 0 33 CA 11 2A
Octal 131 160 175 35 12 0 63 312 21 52
Binary 1011001 1110000 1111101 11101 1010 0 110011 11001010 10001 101010

Color Harmonies of #59707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59707D

Black with #59707D

Text Example


Text Example

White with #59707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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