Html Css Color HEX #516458 Feldgrau

📋 copy color: '#516458'

red 81 ◦ green 100 ◦ blue 88

#516458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #516458

Tints of Feldgrau #516458

RGB

 RED value IS 81 (32.03% from 255) = 30.11%

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 30.11%
G = 37.17%
B = 32.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#516458 (or 0x516458) is known color: Feldgrau. HEX triplet: 51, 64 and 58. RGB value is (81,100,88). Sum of RGB (Red+Green+Blue) = 81+100+88=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #516458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516458 is #AE9BA7. Grayscale: #5C5C5C. Windows color (decimal): -11443112 or 5792849. OLE color: 5792849.

HSL color Cylindrical-coordinate representation of color #516458: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #516458 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 100 88 -
CMYK 0.19 0 0.12 0.61
HSL 142.11º 0.1% 0.35% -
HSV(B) 142.11º 0.19% 0.39% -
XYZ 9.71 11.57 10.95 -
YUV 92.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 81 100 88 0.19 0 0.12 0.61 142.11 0.1 0.35
Hex 51 64 58 13 0 C 3D 8E A 23
Octal 121 144 130 23 0 14 75 216 12 43
Binary 1010001 1100100 1011000 10011 0 1100 111101 10001110 1010 100011

Color Harmonies of #516458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516458

Black with #516458

Text Example


Text Example

White with #516458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516458; }

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

 H1.HeaderClassName
 {
   color: #516458;
 }
 .AnyTagClassName
 {
   color: #516458;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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