#53597F

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

Shades of Chambray #53597F

Tints of Chambray #53597F

Color information

#53597F (or 0x53597F) is unknown color: approx Chambray. HEX triplet: 53, 59 and 7F. RGB value is (83,89,127). Sum of RGB (Red+Green+Blue) = 83+89+127=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #53597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597F is #ACA680. Grayscale: #5B5B5B. Windows color (decimal): -11314817 or 8345939. OLE color: 8345939.

HSL color Cylindrical-coordinate representation of color #53597F: hue angle of 231.82º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53597F is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8389127-
CMYK0.350.3000.50
HSL231.82º20.95%41.18%-
HSV(B)231.82º34.65%49.8%-
XYZ10.9710.5221.53-
YUV91.54148.01121.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 127 (50% from 255) = 42.47%
R=27.76%
G=29.77%
B=42.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83891270.350.3000.50231.8220.9541.18
Hex53597F231E032e81529
Octal12313117743360623502551
Binary1010011101100111111111000111111001100101110100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53597F; }

 p { color: rgb(83,89,127); }

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

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

 a { background-color: rgb(83,89,127); }

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

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

 span { border-color: rgb(83,89,127); }

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