#53637B

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

Shades of Chambray #53637B

Tints of Chambray #53637B

Color information

#53637B (or 0x53637B) is unknown color: approx Chambray. HEX triplet: 53, 63 and 7B. RGB value is (83,99,123). Sum of RGB (Red+Green+Blue) = 83+99+123=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #53637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53637B is #AC9C84. Grayscale: #606060. Windows color (decimal): -11312261 or 8086355. OLE color: 8086355.

HSL color Cylindrical-coordinate representation of color #53637B: hue angle of 216º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53637B is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8399123-
CMYK0.330.2000.52
HSL216º19.42%40.39%-
HSV(B)216º32.52%48.24%-
XYZ11.612.1920.48-
YUV96.95142.7118.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=27.21%
G=32.46%
B=40.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83991230.330.2000.5221619.4240.39
Hex53637B2114034d81328
Octal12314317341240643302350
Binary1010011110001111110111000011010001101001101100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53637B; }

 p { color: rgb(83,99,123); }

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

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

 a { background-color: rgb(83,99,123); }

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

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

 span { border-color: rgb(83,99,123); }

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