Html Css Color HEX #516158 Feldgrau

📋 copy color: '#516158'

red 81 ◦ green 97 ◦ blue 88

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

Shades of Feldgrau #516158

Tints of Feldgrau #516158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

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

R = 30.45%
G = 36.47%
B = 33.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#516158 (or 0x516158) is known color: Feldgrau. HEX triplet: 51, 61 and 58. RGB value is (81,97,88). Sum of RGB (Red+Green+Blue) = 81+97+88=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #516158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516158 is #AE9EA7. Grayscale: #5B5B5B. Windows color (decimal): -11443880 or 5792081. OLE color: 5792081.

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

Color convert

RGB 81 97 88 -
CMYK 0.16 0 0.09 0.62
HSL 146.25º 0.09% 0.35% -
HSV(B) 146.25º 0.16% 0.38% -
XYZ 9.43 11 10.86 -
YUV 91.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 81 97 88 0.16 0 0.09 0.62 146.25 0.09 0.35
Hex 51 61 58 10 0 9 3E 92 9 23
Octal 121 141 130 20 0 11 76 222 11 43
Binary 1010001 1100001 1011000 10000 0 1001 111110 10010010 1001 100011

Color Harmonies of #516158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516158

Black with #516158

Text Example


Text Example

White with #516158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516158; }

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

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

background-color css

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

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

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

border-color css

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

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

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