#59627C

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

Shades of Chambray #59627C

Tints of Chambray #59627C

Color information

#59627C (or 0x59627C) is unknown color: approx Chambray. HEX triplet: 59, 62 and 7C. RGB value is (89,98,124). Sum of RGB (Red+Green+Blue) = 89+98+124=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #59627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59627C is #A69D83. Grayscale: #626262. Windows color (decimal): -10919300 or 8151641. OLE color: 8151641.

HSL color Cylindrical-coordinate representation of color #59627C: hue angle of 224.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59627C is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8998124-
CMYK0.280.2100.51
HSL224.57º16.43%41.76%-
HSV(B)224.57º28.23%48.63%-
XYZ12.1312.3120.81-
YUV98.27142.52121.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.62%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=28.62%
G=31.51%
B=39.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89981240.280.2100.51224.5716.4341.76
Hex59627C1C15033e1102a
Octal13114217434250633412052
Binary101100111000101111100111001010101100111110000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59627C; }

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

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

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

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

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

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

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

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