Html Css Color HEX #596277 Chambray

📋 copy color: '#596277'

red 89 ◦ green 98 ◦ blue 119

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

Shades of Chambray #596277

Tints of Chambray #596277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 29.08%
G = 32.03%
B = 38.89%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#596277 (or 0x596277) is known color: Chambray. HEX triplet: 59, 62 and 77. RGB value is (89,98,119). Sum of RGB (Red+Green+Blue) = 89+98+119=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #596277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596277 is #A69D88. Grayscale: #616161. Windows color (decimal): -10919305 or 7823961. OLE color: 7823961.

HSL color Cylindrical-coordinate representation of color #596277: hue angle of 222º 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 #596277 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 98 119 -
CMYK 0.25 0.18 0 0.53
HSL 222º 0.14% 0.41% -
HSV(B) 222º 0.25% 0.47% -
XYZ 11.82 12.19 19.18 -
YUV 97.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 89 98 119 0.25 0.18 0 0.53 222 0.14 0.41
Hex 59 62 77 19 12 0 35 DE E 29
Octal 131 142 167 31 22 0 65 336 16 51
Binary 1011001 1100010 1110111 11001 10010 0 110101 11011110 1110 101001

Color Harmonies of #596277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596277

Black with #596277

Text Example


Text Example

White with #596277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596277; }

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

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

background-color css

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

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

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

border-color css

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

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

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