#516258

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

Shades of Feldgrau #516258

Tints of Feldgrau #516258

Color information

#516258 (or 0x516258) is unknown color: approx Feldgrau. HEX triplet: 51, 62 and 58. RGB value is (81,98,88). Sum of RGB (Red+Green+Blue) = 81+98+88=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #516258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516258 is #AE9DA7. Grayscale: #5B5B5B. Windows color (decimal): -11443624 or 5792337. OLE color: 5792337.

HSL color Cylindrical-coordinate representation of color #516258: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #516258 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB819888-
CMYK0.1700.100.62
HSL144.71º9.5%35.1%-
HSV(B)144.71º17.35%38.43%-
XYZ9.5211.1910.89-
YUV91.78125.87120.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=30.34%
G=36.70%
B=32.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198880.1700.100.62144.719.535.1
Hex516258110A3E91923
Octal12114213021012762211143
Binary1010001110001010110001000101010111110100100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516258; }

 p { color: rgb(81,98,88); }

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

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

 a { background-color: rgb(81,98,88); }

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

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

 span { border-color: rgb(81,98,88); }

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