#535C73

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

Shades of Chambray #535C73

Tints of Chambray #535C73

Color information

#535C73 (or 0x535C73) is unknown color: approx Chambray. HEX triplet: 53, 5C and 73. RGB value is (83,92,115). Sum of RGB (Red+Green+Blue) = 83+92+115=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #535C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C73 is #ACA38C. Grayscale: #5B5B5B. Windows color (decimal): -11314061 or 7560275. OLE color: 7560275.

HSL color Cylindrical-coordinate representation of color #535C73: hue angle of 223.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535C73 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8392115-
CMYK0.280.2000.55
HSL223.12º16.16%38.82%-
HSV(B)223.12º27.83%45.1%-
XYZ10.4910.7317.74-
YUV91.93141.02121.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=28.62%
G=31.72%
B=39.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83921150.280.2000.55223.1216.1638.82
Hex535C731C14037df1027
Octal12313416334240673372047
Binary101001110111001110011111001010001101111101111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535C73; }

 p { color: rgb(83,92,115); }

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

<style>
 a { background-color: #535C73; }

 a { background-color: rgb(83,92,115); }

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

<style>
 span { border-color: #535C73; }

 span { border-color: rgb(83,92,115); }

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