#516071

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

Shades of Chambray #516071

Tints of Chambray #516071

Color information

#516071 (or 0x516071) is unknown color: approx Chambray. HEX triplet: 51, 60 and 71. RGB value is (81,96,113). Sum of RGB (Red+Green+Blue) = 81+96+113=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #516071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516071 is #AE9F8E. Grayscale: #5D5D5D. Windows color (decimal): -11444111 or 7430225. OLE color: 7430225.

HSL color Cylindrical-coordinate representation of color #516071: hue angle of 211.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516071 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8196113-
CMYK0.280.1500.56
HSL211.88º16.49%38.04%-
HSV(B)211.88º28.32%44.31%-
XYZ10.5611.3117.25-
YUV93.45139.03119.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=27.93%
G=33.10%
B=38.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81961130.280.1500.56211.8816.4938.04
Hex5160711CF038d41026
Octal12114016134170703242046
Binary10100011100000111000111100111101110001101010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516071; }

 p { color: rgb(81,96,113); }

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

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

 a { background-color: rgb(81,96,113); }

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

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

 span { border-color: rgb(81,96,113); }

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