#516172

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

Shades of Chambray #516172

Tints of Chambray #516172

Color information

#516172 (or 0x516172) is unknown color: approx Chambray. HEX triplet: 51, 61 and 72. RGB value is (81,97,114). Sum of RGB (Red+Green+Blue) = 81+97+114=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #516172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516172 is #AE9E8D. Grayscale: #5E5E5E. Windows color (decimal): -11443854 or 7496017. OLE color: 7496017.

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

Color convert

RGB8197114-
CMYK0.290.1500.55
HSL210.91º16.92%38.24%-
HSV(B)210.91º28.95%44.71%-
XYZ10.7111.5117.58-
YUV94.15139.2118.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=27.74%
G=33.22%
B=39.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81971140.290.1500.55210.9116.9238.24
Hex5161721DF037d31126
Octal12114116235170673232146
Binary10100011100001111001011101111101101111101001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516172; }

 p { color: rgb(81,97,114); }

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

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

 a { background-color: rgb(81,97,114); }

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

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

 span { border-color: rgb(81,97,114); }

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