#516072

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

Shades of Chambray #516072

Tints of Chambray #516072

Color information

#516072 (or 0x516072) is unknown color: approx Chambray. HEX triplet: 51, 60 and 72. RGB value is (81,96,114). Sum of RGB (Red+Green+Blue) = 81+96+114=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #516072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516072 is #AE9F8D. Grayscale: #5D5D5D. Windows color (decimal): -11444110 or 7495761. OLE color: 7495761.

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

Color convert

RGB8196114-
CMYK0.290.1600.55
HSL212.73º16.92%38.24%-
HSV(B)212.73º28.95%44.71%-
XYZ10.6111.3317.55-
YUV93.57139.53119.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=27.84%
G=32.99%
B=39.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81961140.290.1600.55212.7316.9238.24
Hex5160721D10037d51126
Octal12114016235200673252146
Binary101000111000001110010111011000001101111101010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516072; }

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

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

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

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

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

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

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

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