Html Css Color HEX #59757A Blue Bayoux

📋 copy color: '#59757A'

red 89 ◦ green 117 ◦ blue 122

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

Shades of Blue Bayoux #59757A

Tints of Blue Bayoux #59757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 27.13%
G = 35.67%
B = 37.2%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59757A (or 0x59757A) is known color: Blue Bayoux. HEX triplet: 59, 75 and 7A. RGB value is (89,117,122). Sum of RGB (Red+Green+Blue) = 89+117+122=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #59757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59757A is #A68A85. Grayscale: #6D6D6D. Windows color (decimal): -10914438 or 8025433. OLE color: 8025433.

HSL color Cylindrical-coordinate representation of color #59757A: hue angle of 189.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59757A is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 117 122 -
CMYK 0.27 0.04 0 0.52
HSL 189.09º 0.16% 0.41% -
HSV(B) 189.09º 0.27% 0.48% -
XYZ 13.99 16.25 20.81 -
YUV 109.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 89 117 122 0.27 0.04 0 0.52 189.09 0.16 0.41
Hex 59 75 7A 1B 4 0 34 BD 10 29
Octal 131 165 172 33 4 0 64 275 20 51
Binary 1011001 1110101 1111010 11011 100 0 110100 10111101 10000 101001

Color Harmonies of #59757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59757A

Black with #59757A

Text Example


Text Example

White with #59757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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