Html Css Color HEX #59757D Blue Bayoux

📋 copy color: '#59757D'

red 89 ◦ green 117 ◦ blue 125

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

Shades of Blue Bayoux #59757D

Tints of Blue Bayoux #59757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

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

R = 26.89%
G = 35.35%
B = 37.76%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59757D (or 0x59757D) is known color: Blue Bayoux. HEX triplet: 59, 75 and 7D. RGB value is (89,117,125). Sum of RGB (Red+Green+Blue) = 89+117+125=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #59757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59757D is #A68A82. Grayscale: #6D6D6D. Windows color (decimal): -10914435 or 8222041. OLE color: 8222041.

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

Color convert

RGB 89 117 125 -
CMYK 0.29 0.06 0 0.51
HSL 193.33º 0.17% 0.42% -
HSV(B) 193.33º 0.29% 0.49% -
XYZ 14.18 16.33 21.81 -
YUV 109.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 89 117 125 0.29 0.06 0 0.51 193.33 0.17 0.42
Hex 59 75 7D 1D 6 0 33 C1 11 2A
Octal 131 165 175 35 6 0 63 301 21 52
Binary 1011001 1110101 1111101 11101 110 0 110011 11000001 10001 101010

Color Harmonies of #59757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59757D

Black with #59757D

Text Example


Text Example

White with #59757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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