Html Css Color HEX #596072 Chambray

📋 copy color: '#596072'

red 89 ◦ green 96 ◦ blue 114

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

Shades of Chambray #596072

Tints of Chambray #596072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 29.77%
G = 32.11%
B = 38.13%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596072 (or 0x596072) is known color: Chambray. HEX triplet: 59, 60 and 72. RGB value is (89,96,114). Sum of RGB (Red+Green+Blue) = 89+96+114=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #596072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596072 is #A69F8D. Grayscale: #5F5F5F. Windows color (decimal): -10919822 or 7495769. OLE color: 7495769.

HSL color Cylindrical-coordinate representation of color #596072: hue angle of 223.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #596072 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 96 114 -
CMYK 0.22 0.16 0 0.55
HSL 223.2º 0.12% 0.4% -
HSV(B) 223.2º 0.22% 0.45% -
XYZ 11.34 11.7 17.58 -
YUV 95.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 89 96 114 0.22 0.16 0 0.55 223.2 0.12 0.4
Hex 59 60 72 16 10 0 37 DF C 28
Octal 131 140 162 26 20 0 67 337 14 50
Binary 1011001 1100000 1110010 10110 10000 0 110111 11011111 1100 101000

Color Harmonies of #596072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596072

Black with #596072

Text Example


Text Example

White with #596072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596072; }

 p { color: rgb(89,96,114); }

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

background-color css

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

 a { background-color: rgb(89,96,114); }

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

border-color css

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

 span { border-color: rgb(89,96,114); }

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