#59617A

Color #59617A Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #59617A

Tints of Chambray #59617A

Color information

#59617A (or 0x59617A) is unknown color: approx Chambray. HEX triplet: 59, 61 and 7A. RGB value is (89,97,122). Sum of RGB (Red+Green+Blue) = 89+97+122=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #59617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59617A is #A69E85. Grayscale: #616161. Windows color (decimal): -10919558 or 8020313. OLE color: 8020313.

HSL color Cylindrical-coordinate representation of color #59617A: hue angle of 225.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59617A is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8997122-
CMYK0.270.2000.52
HSL225.45º15.64%41.37%-
HSV(B)225.45º27.05%47.84%-
XYZ11.9112.0820.12-
YUV97.46141.85121.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=28.90%
G=31.49%
B=39.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89971220.270.2000.52225.4515.6441.37
Hex59617A1B14034e11029
Octal13114117233240643412051
Binary101100111000011111010110111010001101001110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59617A; }

 p { color: rgb(89,97,122); }

 H1.HeaderClassName
 {
   color: #59617A;
 }
 .AnyTagClassName
 {
   color: #59617A;
 }
</style>
background-color css

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

 a { background-color: rgb(89,97,122); }

 div.DivClassName
 {
   background-color: #59617A;
 }
 .BgClassName
 {
   background-color: #59617A;
 }
</style>
border-color css

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

 span { border-color: rgb(89,97,122); }

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