Html Css Color HEX #596076 Chambray

📋 copy color: '#596076'

red 89 ◦ green 96 ◦ blue 118

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

Shades of Chambray #596076

Tints of Chambray #596076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 29.37%
G = 31.68%
B = 38.94%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#596076 (or 0x596076) is known color: Chambray. HEX triplet: 59, 60 and 76. RGB value is (89,96,118). Sum of RGB (Red+Green+Blue) = 89+96+118=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #596076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596076 is #A69F89. Grayscale: #606060. Windows color (decimal): -10919818 or 7757913. OLE color: 7757913.

HSL color Cylindrical-coordinate representation of color #596076: hue angle of 225.52º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596076 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 96 118 -
CMYK 0.25 0.19 0 0.54
HSL 225.52º 0.14% 0.41% -
HSV(B) 225.52º 0.25% 0.46% -
XYZ 11.57 11.8 18.81 -
YUV 96.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 89 96 118 0.25 0.19 0 0.54 225.52 0.14 0.41
Hex 59 60 76 19 13 0 36 E2 E 29
Octal 131 140 166 31 23 0 66 342 16 51
Binary 1011001 1100000 1110110 11001 10011 0 110110 11100010 1110 101001

Color Harmonies of #596076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596076

Black with #596076

Text Example


Text Example

White with #596076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596076; }

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

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

background-color css

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

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

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

border-color css

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

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

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