Html Css Color HEX #515B54 Feldgrau

📋 copy color: '#515B54'

red 81 ◦ green 91 ◦ blue 84

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

Shades of Feldgrau #515B54

Tints of Feldgrau #515B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 84 (33.2% from 255) = 32.81%

R = 31.64%
G = 35.55%
B = 32.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#515B54 (or 0x515B54) is known color: Feldgrau. HEX triplet: 51, 5B and 54. RGB value is (81,91,84). Sum of RGB (Red+Green+Blue) = 81+91+84=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #515B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B54 is #AEA4AB. Grayscale: #575757. Windows color (decimal): -11445420 or 5528401. OLE color: 5528401.

HSL color Cylindrical-coordinate representation of color #515B54: hue angle of 138º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #515B54 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 91 84 -
CMYK 0.11 0 0.08 0.64
HSL 138º 0.06% 0.34% -
HSV(B) 138º 0.11% 0.36% -
XYZ 8.73 9.87 9.83 -
YUV 87.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 81 91 84 0.11 0 0.08 0.64 138 0.06 0.34
Hex 51 5B 54 B 0 8 40 8A 6 22
Octal 121 133 124 13 0 10 100 212 6 42
Binary 1010001 1011011 1010100 1011 0 1000 1000000 10001010 110 100010

Color Harmonies of #515B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B54

Black with #515B54

Text Example


Text Example

White with #515B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,84); }

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

background-color css

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

 a { background-color: rgb(81,91,84); }

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

border-color css

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

 span { border-color: rgb(81,91,84); }

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