Html Css Color HEX #596E7B Blue Bayoux

📋 copy color: '#596E7B'

red 89 ◦ green 110 ◦ blue 123

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

Shades of Blue Bayoux #596E7B

Tints of Blue Bayoux #596E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 27.64%
G = 34.16%
B = 38.2%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#596E7B (or 0x596E7B) is known color: Blue Bayoux. HEX triplet: 59, 6E and 7B. RGB value is (89,110,123). Sum of RGB (Red+Green+Blue) = 89+110+123=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #596E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E7B is #A69184. Grayscale: #696969. Windows color (decimal): -10916229 or 8089177. OLE color: 8089177.

HSL color Cylindrical-coordinate representation of color #596E7B: hue angle of 202.94º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #596E7B is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 110 123 -
CMYK 0.28 0.11 0 0.52
HSL 202.94º 0.16% 0.42% -
HSV(B) 202.94º 0.28% 0.48% -
XYZ 13.27 14.71 20.88 -
YUV 105.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 89 110 123 0.28 0.11 0 0.52 202.94 0.16 0.42
Hex 59 6E 7B 1C B 0 34 CB 10 2A
Octal 131 156 173 34 13 0 64 313 20 52
Binary 1011001 1101110 1111011 11100 1011 0 110100 11001011 10000 101010

Color Harmonies of #596E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E7B

Black with #596E7B

Text Example


Text Example

White with #596E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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