Html Css Color HEX #515653 Feldgrau

📋 copy color: '#515653'

red 81 ◦ green 86 ◦ blue 83

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

Shades of Feldgrau #515653

Tints of Feldgrau #515653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.4%

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

R = 32.4%
G = 34.4%
B = 33.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#515653 (or 0x515653) is known color: Feldgrau. HEX triplet: 51, 56 and 53. RGB value is (81,86,83). Sum of RGB (Red+Green+Blue) = 81+86+83=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 86 - color contains mainly: green. Hex color #515653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515653 is #AEA9AC. Grayscale: #545454. Windows color (decimal): -11446701 or 5461585. OLE color: 5461585.

HSL color Cylindrical-coordinate representation of color #515653: hue angle of 144º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #515653 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 86 83 -
CMYK 0.06 0 0.03 0.66
HSL 144º 0.03% 0.33% -
HSV(B) 144º 0.06% 0.34% -
XYZ 8.28 9.03 9.49 -
YUV 84.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 81 86 83 0.06 0 0.03 0.66 144 0.03 0.33
Hex 51 56 53 6 0 3 42 90 3 21
Octal 121 126 123 6 0 3 102 220 3 41
Binary 1010001 1010110 1010011 110 0 11 1000010 10010000 11 100001

Color Harmonies of #515653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515653

Black with #515653

Text Example


Text Example

White with #515653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515653; }

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

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

background-color css

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

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

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

border-color css

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

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

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