#53637A

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

Shades of Chambray #53637A

Tints of Chambray #53637A

Color information

#53637A (or 0x53637A) is unknown color: approx Chambray. HEX triplet: 53, 63 and 7A. RGB value is (83,99,122). Sum of RGB (Red+Green+Blue) = 83+99+122=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #53637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53637A is #AC9C85. Grayscale: #606060. Windows color (decimal): -11312262 or 8020819. OLE color: 8020819.

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

Color convert

RGB8399122-
CMYK0.320.1900.52
HSL215.38º19.02%40.2%-
HSV(B)215.38º31.97%47.84%-
XYZ11.5412.1720.15-
YUV96.84142.2118.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=27.30%
G=32.57%
B=40.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83991220.320.1900.52215.3819.0240.2
Hex53637A2013034d71328
Octal12314317240230643272350
Binary1010011110001111110101000001001101101001101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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