#516376

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

Shades of Chambray #516376

Tints of Chambray #516376

Color information

#516376 (or 0x516376) is unknown color: approx Chambray. HEX triplet: 51, 63 and 76. RGB value is (81,99,118). Sum of RGB (Red+Green+Blue) = 81+99+118=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #516376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516376 is #AE9C89. Grayscale: #5F5F5F. Windows color (decimal): -11443338 or 7758673. OLE color: 7758673.

HSL color Cylindrical-coordinate representation of color #516376: hue angle of 210.81º 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 #516376 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8199118-
CMYK0.310.1600.54
HSL210.81º18.59%39.02%-
HSV(B)210.81º31.36%46.27%-
XYZ11.1311.9818.87-
YUV95.78140.54117.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=27.18%
G=33.22%
B=39.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81991180.310.1600.54210.8118.5939.02
Hex5163761F10036d31327
Octal12114316637200663232347
Binary101000111000111110110111111000001101101101001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516376; }

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

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

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

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

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

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

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

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