Html Css Color HEX #556656 Nandor

📋 copy color: '#556656'

red 85 ◦ green 102 ◦ blue 86

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

Shades of Nandor #556656

Tints of Nandor #556656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 31.14%
G = 37.36%
B = 31.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#556656 (or 0x556656) is known color: Nandor. HEX triplet: 55, 66 and 56. RGB value is (85,102,86). Sum of RGB (Red+Green+Blue) = 85+102+86=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #556656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556656 is #AA99A9. Grayscale: #5F5F5F. Windows color (decimal): -11180458 or 5662293. OLE color: 5662293.

HSL color Cylindrical-coordinate representation of color #556656: hue angle of 123.53º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556656 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 86 -
CMYK 0.17 0 0.16 0.6
HSL 123.53º 0.09% 0.37% -
HSV(B) 123.53º 0.17% 0.4% -
XYZ 10.18 12.11 10.6 -
YUV 95.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 85 102 86 0.17 0 0.16 0.6 123.53 0.09 0.37
Hex 55 66 56 11 0 10 3C 7C 9 25
Octal 125 146 126 21 0 20 74 174 11 45
Binary 1010101 1100110 1010110 10001 0 10000 111100 1111100 1001 100101

Color Harmonies of #556656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556656

Black with #556656

Text Example


Text Example

White with #556656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556656; }

 p { color: rgb(85,102,86); }

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

background-color css

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

 a { background-color: rgb(85,102,86); }

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

border-color css

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

 span { border-color: rgb(85,102,86); }

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