#53637C

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

Shades of Chambray #53637C

Tints of Chambray #53637C

Color information

#53637C (or 0x53637C) is unknown color: approx Chambray. HEX triplet: 53, 63 and 7C. RGB value is (83,99,124). Sum of RGB (Red+Green+Blue) = 83+99+124=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #53637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53637C is #AC9C83. Grayscale: #606060. Windows color (decimal): -11312260 or 8151891. OLE color: 8151891.

HSL color Cylindrical-coordinate representation of color #53637C: hue angle of 216.59º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53637C is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8399124-
CMYK0.330.2000.51
HSL216.59º19.81%40.59%-
HSV(B)216.59º33.06%48.63%-
XYZ11.6712.2220.81-
YUV97.07143.2117.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=27.12%
G=32.35%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83991240.330.2000.51216.5919.8140.59
Hex53637C2114033d91429
Octal12314317441240633312451
Binary1010011110001111111001000011010001100111101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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