#516076

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

Shades of Chambray #516076

Tints of Chambray #516076

Color information

#516076 (or 0x516076) is unknown color: approx Chambray. HEX triplet: 51, 60 and 76. RGB value is (81,96,118). Sum of RGB (Red+Green+Blue) = 81+96+118=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #516076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516076 is #AE9F89. Grayscale: #5D5D5D. Windows color (decimal): -11444106 or 7757905. OLE color: 7757905.

HSL color Cylindrical-coordinate representation of color #516076: hue angle of 215.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516076 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8196118-
CMYK0.310.1900.54
HSL215.68º18.59%39.02%-
HSV(B)215.68º31.36%46.27%-
XYZ10.8511.4218.77-
YUV94.02141.53118.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 118 (46.48% from 255) = 40%
R=27.46%
G=32.54%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81961180.310.1900.54215.6818.5939.02
Hex5160761F13036d81327
Octal12114016637230663302347
Binary101000111000001110110111111001101101101101100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516076; }

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

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

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

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

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

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

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

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