Html Css Color HEX #596E7C Blue Bayoux

📋 copy color: '#596E7C'

red 89 ◦ green 110 ◦ blue 124

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

Shades of Blue Bayoux #596E7C

Tints of Blue Bayoux #596E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

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

R = 27.55%
G = 34.06%
B = 38.39%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#596E7C (or 0x596E7C) is known color: Blue Bayoux. HEX triplet: 59, 6E and 7C. RGB value is (89,110,124). Sum of RGB (Red+Green+Blue) = 89+110+124=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #596E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E7C is #A69183. Grayscale: #696969. Windows color (decimal): -10916228 or 8154713. OLE color: 8154713.

HSL color Cylindrical-coordinate representation of color #596E7C: hue angle of 204º 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 #596E7C is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 110 124 -
CMYK 0.28 0.11 0 0.51
HSL 204º 0.16% 0.42% -
HSV(B) 204º 0.28% 0.49% -
XYZ 13.33 14.73 21.21 -
YUV 105.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 89 110 124 0.28 0.11 0 0.51 204 0.16 0.42
Hex 59 6E 7C 1C B 0 33 CC 10 2A
Octal 131 156 174 34 13 0 63 314 20 52
Binary 1011001 1101110 1111100 11100 1011 0 110011 11001100 10000 101010

Color Harmonies of #596E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E7C

Black with #596E7C

Text Example


Text Example

White with #596E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596E7C; }

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

 H1.HeaderClassName
 {
   color: #596E7C;
 }
 .AnyTagClassName
 {
   color: #596E7C;
 }
</style>

background-color css

<style>
 a { background-color: #596E7C; }

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

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

border-color css

<style>
 span { border-color: #596E7C; }

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

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