Html Css Color HEX #515A55 Feldgrau

📋 copy color: '#515A55'

red 81 ◦ green 90 ◦ blue 85

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

Shades of Feldgrau #515A55

Tints of Feldgrau #515A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 31.64%
G = 35.16%
B = 33.2%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#515A55 (or 0x515A55) is known color: Feldgrau. HEX triplet: 51, 5A and 55. RGB value is (81,90,85). Sum of RGB (Red+Green+Blue) = 81+90+85=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #515A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A55 is #AEA5AA. Grayscale: #565656. Windows color (decimal): -11445675 or 5593681. OLE color: 5593681.

HSL color Cylindrical-coordinate representation of color #515A55: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #515A55 is Cyan = 0.1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 85 -
CMYK 0.1 0 0.06 0.65
HSL 146.67º 0.05% 0.34% -
HSV(B) 146.67º 0.1% 0.35% -
XYZ 8.69 9.72 10.01 -
YUV 86.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 81 90 85 0.1 0 0.06 0.65 146.67 0.05 0.34
Hex 51 5A 55 A 0 6 41 93 5 22
Octal 121 132 125 12 0 6 101 223 5 42
Binary 1010001 1011010 1010101 1010 0 110 1000001 10010011 101 100010

Color Harmonies of #515A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A55

Black with #515A55

Text Example


Text Example

White with #515A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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