#515C73

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

Shades of Chambray #515C73

Tints of Chambray #515C73

Color information

#515C73 (or 0x515C73) is unknown color: approx Chambray. HEX triplet: 51, 5C and 73. RGB value is (81,92,115). Sum of RGB (Red+Green+Blue) = 81+92+115=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #515C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C73 is #AEA38C. Grayscale: #5B5B5B. Windows color (decimal): -11445133 or 7560273. OLE color: 7560273.

HSL color Cylindrical-coordinate representation of color #515C73: hue angle of 220.59º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515C73 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8192115-
CMYK0.300.2000.55
HSL220.59º17.35%38.43%-
HSV(B)220.59º29.57%45.1%-
XYZ10.3110.6417.73-
YUV91.33141.36120.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=28.12%
G=31.94%
B=39.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81921150.300.2000.55220.5917.3538.43
Hex515C731E14037dd1126
Octal12113416336240673352146
Binary101000110111001110011111101010001101111101110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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