Html Css Color HEX #596F7D Blue Bayoux

📋 copy color: '#596F7D'

red 89 ◦ green 111 ◦ blue 125

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

Shades of Blue Bayoux #596F7D

Tints of Blue Bayoux #596F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

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

R = 27.38%
G = 34.15%
B = 38.46%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#596F7D (or 0x596F7D) is known color: Blue Bayoux. HEX triplet: 59, 6F and 7D. RGB value is (89,111,125). Sum of RGB (Red+Green+Blue) = 89+111+125=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #596F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F7D is #A69082. Grayscale: #696969. Windows color (decimal): -10915971 or 8220505. OLE color: 8220505.

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

Color convert

RGB 89 111 125 -
CMYK 0.29 0.11 0 0.51
HSL 203.33º 0.17% 0.42% -
HSV(B) 203.33º 0.29% 0.49% -
XYZ 13.51 14.97 21.58 -
YUV 106.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 89 111 125 0.29 0.11 0 0.51 203.33 0.17 0.42
Hex 59 6F 7D 1D B 0 33 CB 11 2A
Octal 131 157 175 35 13 0 63 313 21 52
Binary 1011001 1101111 1111101 11101 1011 0 110011 11001011 10001 101010

Color Harmonies of #596F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596F7D

Black with #596F7D

Text Example


Text Example

White with #596F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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