Html Css Color HEX #515F56 Feldgrau

📋 copy color: '#515F56'

red 81 ◦ green 95 ◦ blue 86

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

Shades of Feldgrau #515F56

Tints of Feldgrau #515F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.26%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 30.92%
G = 36.26%
B = 32.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#515F56 (or 0x515F56) is known color: Feldgrau. HEX triplet: 51, 5F and 56. RGB value is (81,95,86). Sum of RGB (Red+Green+Blue) = 81+95+86=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 95 - color contains mainly: green. Hex color #515F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F56 is #AEA0A9. Grayscale: #595959. Windows color (decimal): -11444394 or 5660497. OLE color: 5660497.

HSL color Cylindrical-coordinate representation of color #515F56: hue angle of 141.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #515F56 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 86 -
CMYK 0.15 0 0.09 0.63
HSL 141.43º 0.08% 0.35% -
HSV(B) 141.43º 0.15% 0.37% -
XYZ 9.17 10.61 10.37 -
YUV 89.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 81 95 86 0.15 0 0.09 0.63 141.43 0.08 0.35
Hex 51 5F 56 F 0 9 3F 8D 8 23
Octal 121 137 126 17 0 11 77 215 10 43
Binary 1010001 1011111 1010110 1111 0 1001 111111 10001101 1000 100011

Color Harmonies of #515F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F56

Black with #515F56

Text Example


Text Example

White with #515F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515F56; }

 p { color: rgb(81,95,86); }

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

background-color css

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

 a { background-color: rgb(81,95,86); }

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

border-color css

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

 span { border-color: rgb(81,95,86); }

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