Html Css Color HEX #51665A Feldgrau

📋 copy color: '#51665A'

red 81 ◦ green 102 ◦ blue 90

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

Shades of Feldgrau #51665A

Tints of Feldgrau #51665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 29.67%
G = 37.36%
B = 32.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#51665A (or 0x51665A) is known color: Feldgrau. HEX triplet: 51, 66 and 5A. RGB value is (81,102,90). Sum of RGB (Red+Green+Blue) = 81+102+90=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #51665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51665A is #AE99A5. Grayscale: #5E5E5E. Windows color (decimal): -11442598 or 5924433. OLE color: 5924433.

HSL color Cylindrical-coordinate representation of color #51665A: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #51665A is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 90 -
CMYK 0.21 0 0.12 0.6
HSL 145.71º 0.11% 0.36% -
HSV(B) 145.71º 0.21% 0.4% -
XYZ 9.99 11.99 11.46 -
YUV 94.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 81 102 90 0.21 0 0.12 0.6 145.71 0.11 0.36
Hex 51 66 5A 15 0 C 3C 92 B 24
Octal 121 146 132 25 0 14 74 222 13 44
Binary 1010001 1100110 1011010 10101 0 1100 111100 10010010 1011 100100

Color Harmonies of #51665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51665A

Black with #51665A

Text Example


Text Example

White with #51665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51665A; }

 p { color: rgb(81,102,90); }

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

background-color css

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

 a { background-color: rgb(81,102,90); }

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

border-color css

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

 span { border-color: rgb(81,102,90); }

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