Html Css Color HEX #596077 Chambray

📋 copy color: '#596077'

red 89 ◦ green 96 ◦ blue 119

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

Shades of Chambray #596077

Tints of Chambray #596077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 29.28%
G = 31.58%
B = 39.14%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#596077 (or 0x596077) is known color: Chambray. HEX triplet: 59, 60 and 77. RGB value is (89,96,119). Sum of RGB (Red+Green+Blue) = 89+96+119=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #596077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596077 is #A69F88. Grayscale: #606060. Windows color (decimal): -10919817 or 7823449. OLE color: 7823449.

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

Color convert

RGB 89 96 119 -
CMYK 0.25 0.19 0 0.53
HSL 226º 0.14% 0.41% -
HSV(B) 226º 0.25% 0.47% -
XYZ 11.63 11.82 19.12 -
YUV 96.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 89 96 119 0.25 0.19 0 0.53 226 0.14 0.41
Hex 59 60 77 19 13 0 35 E2 E 29
Octal 131 140 167 31 23 0 65 342 16 51
Binary 1011001 1100000 1110111 11001 10011 0 110101 11100010 1110 101001

Color Harmonies of #596077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596077

Black with #596077

Text Example


Text Example

White with #596077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596077; }

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

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

background-color css

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

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

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

border-color css

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

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

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