Html Css Color HEX #59787D Blue Bayoux

📋 copy color: '#59787D'

red 89 ◦ green 120 ◦ blue 125

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

Shades of Blue Bayoux #59787D

Tints of Blue Bayoux #59787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

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

R = 26.65%
G = 35.93%
B = 37.43%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59787D (or 0x59787D) is known color: Blue Bayoux. HEX triplet: 59, 78 and 7D. RGB value is (89,120,125). Sum of RGB (Red+Green+Blue) = 89+120+125=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #59787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59787D is #A68782. Grayscale: #6F6F6F. Windows color (decimal): -10913667 or 8222809. OLE color: 8222809.

HSL color Cylindrical-coordinate representation of color #59787D: hue angle of 188.33º 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 #59787D is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 120 125 -
CMYK 0.29 0.04 0 0.51
HSL 188.33º 0.17% 0.42% -
HSV(B) 188.33º 0.29% 0.49% -
XYZ 14.54 17.04 21.92 -
YUV 111.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 89 120 125 0.29 0.04 0 0.51 188.33 0.17 0.42
Hex 59 78 7D 1D 4 0 33 BC 11 2A
Octal 131 170 175 35 4 0 63 274 21 52
Binary 1011001 1111000 1111101 11101 100 0 110011 10111100 10001 101010

Color Harmonies of #59787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59787D

Black with #59787D

Text Example


Text Example

White with #59787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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