Html Css Color HEX #515452 Feldgrau

📋 copy color: '#515452'

red 81 ◦ green 84 ◦ blue 82

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

Shades of Feldgrau #515452

Tints of Feldgrau #515452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.01%

 BLUE value IS 82 (32.42% from 255) = 33.2%

R = 32.79%
G = 34.01%
B = 33.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#515452 (or 0x515452) is known color: Feldgrau. HEX triplet: 51, 54 and 52. RGB value is (81,84,82). Sum of RGB (Red+Green+Blue) = 81+84+82=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 84 - color contains mainly: green. Hex color #515452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515452 is #AEABAD. Grayscale: #525252. Windows color (decimal): -11447214 or 5395537. OLE color: 5395537.

HSL color Cylindrical-coordinate representation of color #515452: hue angle of 140º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #515452 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 82 -
CMYK 0.04 0 0.02 0.67
HSL 140º 0.02% 0.32% -
HSV(B) 140º 0.04% 0.33% -
XYZ 8.09 8.7 9.24 -
YUV 82.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 81 84 82 0.04 0 0.02 0.67 140 0.02 0.32
Hex 51 54 52 4 0 2 43 8C 2 20
Octal 121 124 122 4 0 2 103 214 2 40
Binary 1010001 1010100 1010010 100 0 10 1000011 10001100 10 100000

Color Harmonies of #515452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515452

Black with #515452

Text Example


Text Example

White with #515452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515452; }

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

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

background-color css

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

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

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

border-color css

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

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

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