Html Css Color HEX #556059 Feldgrau

📋 copy color: '#556059'

red 85 ◦ green 96 ◦ blue 89

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

Shades of Feldgrau #556059

Tints of Feldgrau #556059

RGB

 RED value IS 85 (33.59% from 255) = 31.48%

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 89 (35.16% from 255) = 32.96%

R = 31.48%
G = 35.56%
B = 32.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#556059 (or 0x556059) is known color: Feldgrau. HEX triplet: 55, 60 and 59. RGB value is (85,96,89). Sum of RGB (Red+Green+Blue) = 85+96+89=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #556059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556059 is #AA9FA6. Grayscale: #5B5B5B. Windows color (decimal): -11181991 or 5857365. OLE color: 5857365.

HSL color Cylindrical-coordinate representation of color #556059: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #556059 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 89 -
CMYK 0.11 0 0.07 0.62
HSL 141.82º 0.06% 0.35% -
HSV(B) 141.82º 0.11% 0.38% -
XYZ 9.73 11.02 11.06 -
YUV 91.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 85 96 89 0.11 0 0.07 0.62 141.82 0.06 0.35
Hex 55 60 59 B 0 7 3E 8E 6 23
Octal 125 140 131 13 0 7 76 216 6 43
Binary 1010101 1100000 1011001 1011 0 111 111110 10001110 110 100011

Color Harmonies of #556059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556059

Black with #556059

Text Example


Text Example

White with #556059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556059; }

 p { color: rgb(85,96,89); }

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

background-color css

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

 a { background-color: rgb(85,96,89); }

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

border-color css

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

 span { border-color: rgb(85,96,89); }

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